From ccd33df9e0bde80bf2f365eb76f4fff4f285913a Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 25 Aug 2025 14:34:28 +0800 Subject: [PATCH] 8.25 --- pages.json | 20 ++ pages_app/patientMsg/patientMsg.vue | 286 +++++++++++++++++ pages_app/setting/setting.vue | 370 ++++++++++++++++++++++ pages_app/wechatContact/wechatContact.vue | 11 +- static/wechat.png | Bin 0 -> 4460 bytes 5 files changed, 683 insertions(+), 4 deletions(-) create mode 100644 pages_app/patientMsg/patientMsg.vue create mode 100644 pages_app/setting/setting.vue create mode 100644 static/wechat.png diff --git a/pages.json b/pages.json index 3a55850..044ad1e 100644 --- a/pages.json +++ b/pages.json @@ -411,6 +411,16 @@ } } }, + { + "path": "setting/setting", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, { "path": "idcardAuth/idcardAuth", "style": { @@ -421,6 +431,16 @@ } } }, + { + "path": "patientMsg/patientMsg", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "uni-app分页", + "app": { + "bounce": "none" + } + } + }, { "path": "videoHistroy/videoHistroy", diff --git a/pages_app/patientMsg/patientMsg.vue b/pages_app/patientMsg/patientMsg.vue new file mode 100644 index 0000000..9bb8802 --- /dev/null +++ b/pages_app/patientMsg/patientMsg.vue @@ -0,0 +1,286 @@ + + + + + diff --git a/pages_app/setting/setting.vue b/pages_app/setting/setting.vue new file mode 100644 index 0000000..155170f --- /dev/null +++ b/pages_app/setting/setting.vue @@ -0,0 +1,370 @@ + + + + + diff --git a/pages_app/wechatContact/wechatContact.vue b/pages_app/wechatContact/wechatContact.vue index 9d32893..0a0ddfa 100644 --- a/pages_app/wechatContact/wechatContact.vue +++ b/pages_app/wechatContact/wechatContact.vue @@ -41,7 +41,7 @@