diff --git a/TUICallKit-Vue3/components/app-tab-bar/tab-bar-dock.vue b/TUICallKit-Vue3/components/app-tab-bar/tab-bar-dock.vue new file mode 100644 index 00000000..1724162f --- /dev/null +++ b/TUICallKit-Vue3/components/app-tab-bar/tab-bar-dock.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/TUICallKit-Vue3/main.js b/TUICallKit-Vue3/main.js index e6a8b7f1..ce23c462 100644 --- a/TUICallKit-Vue3/main.js +++ b/TUICallKit-Vue3/main.js @@ -1,5 +1,5 @@ import App from './App' -var baseUrl ='https://admin.zhenyangtang.com.cn/'; +var baseUrl ='https://css.zhenyangtang.com.cn/'; function joinApiUrl(base, path) { const b = String(base || '').replace(/\/+$/, '') diff --git a/TUICallKit-Vue3/pages.json b/TUICallKit-Vue3/pages.json index 0e0533c7..7e29b5ae 100644 --- a/TUICallKit-Vue3/pages.json +++ b/TUICallKit-Vue3/pages.json @@ -3,7 +3,9 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "甄养堂" + "navigationBarTitleText": "甄养堂", + "backgroundColor": "#F8F8F8", + "backgroundColorTop": "#F8F8F8" } }, { @@ -43,7 +45,9 @@ { "path": "pages/user/user", "style": { - "navigationBarTitleText": "我的" + "navigationBarTitleText": "我的", + "backgroundColor": "#e8eaed", + "backgroundColorTop": "#e8eaed" } }, { @@ -177,15 +181,6 @@ } } }, - { - "path": "pages/more", - "style": { - "navigationStyle": "custom", - "navigationBarTitleText": "日常护理", - "backgroundColor": "#f4fbf4", - "enablePullDownRefresh": true - } - }, { "path": "pages/weekly", "style": { @@ -203,6 +198,15 @@ } } }, + { + "path": "pages/more", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "日常护理", + "backgroundColor": "#f4fbf4", + "enablePullDownRefresh": true + } + }, { "path": "pages/game", "style": { @@ -215,23 +219,6 @@ ] } ], - "tabBar": { - "color": "#8a8a8a", - "selectedColor": "#204e2b", - "borderStyle": "black", - "backgroundColor": "#ffffff", - "list": [{ - "pagePath": "pages/index/index", - "iconPath": "/static/user/home.png", - "selectedIconPath": "/static/user/home_no.png", - "text": "首页" - },{ - "pagePath": "pages/user/user", - "iconPath": "/static/user/user.png", - "selectedIconPath": "/static/user/user_no.png", - "text": "我的" - }] - }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "甄养堂互联网医院", diff --git a/TUICallKit-Vue3/pages/index/index.vue b/TUICallKit-Vue3/pages/index/index.vue index 99486bf3..b14b6c3b 100644 --- a/TUICallKit-Vue3/pages/index/index.vue +++ b/TUICallKit-Vue3/pages/index/index.vue @@ -118,13 +118,15 @@ +