From 860b55018035f7ba1b02382442c91ec5dd3be51e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 2 Jun 2026 14:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/app-tab-bar/tab-bar-dock.vue | 137 ++++++++++++++++++ TUICallKit-Vue3/main.js | 2 +- TUICallKit-Vue3/pages.json | 43 ++---- TUICallKit-Vue3/pages/index/index.vue | 7 +- TUICallKit-Vue3/pages/user/user.vue | 13 +- TUICallKit-Vue3/tongji/pages/more.vue | 2 +- TUICallKit-Vue3/tongji/pages/weekly.vue | 45 +++++- .../tongji/styles/weekly-input-modal.scss | 2 +- .../tongji/styles/weekly-stitch.scss | 98 ++++++++++++- admin/src/views/tcm/diagnosis/edit.vue | 20 +++ .../app/adminapi/logic/tcm/DiagnosisLogic.php | 3 +- .../add_prescription_order_refund_menu.sql | 16 ++ .../add_tcm_diagnosis_show_card.sql | 4 + 13 files changed, 348 insertions(+), 44 deletions(-) create mode 100644 TUICallKit-Vue3/components/app-tab-bar/tab-bar-dock.vue create mode 100644 server/sql/1.9.20260601/add_prescription_order_refund_menu.sql create mode 100644 server/sql/1.9.20260602/add_tcm_diagnosis_show_card.sql 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 @@ +