From 543e341b45d2ef0537794215da993ec2882529a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Fri, 28 Mar 2025 17:22:00 +0800 Subject: [PATCH] 9 --- pages.json | 23 +- pages/index/hospital.vue | 387 ++++++++++++++++++++++++++ pages/index/hospital_nei.vue | 510 +++++++++++++++++++++++++++++++++++ pages/index/user_license.vue | 141 ++++++++++ util/api.js | 6 +- 5 files changed, 1065 insertions(+), 2 deletions(-) create mode 100644 pages/index/hospital.vue create mode 100644 pages/index/hospital_nei.vue create mode 100644 pages/index/user_license.vue diff --git a/pages.json b/pages.json index f71795b..aa5951c 100644 --- a/pages.json +++ b/pages.json @@ -24,11 +24,32 @@ { "navigationBarTitleText" : "个人中心" } + }, + { + "path" : "pages/index/hospital", + "style" : + { + "navigationBarTitleText" : "医德征求意见(院外)" + } + }, + { + "path" : "pages/index/hospital_nei", + "style" : + { + "navigationBarTitleText" : "医德征求意见(院内)" + } + }, + { + "path" : "pages/index/user_license", + "style" : + { + "navigationBarTitleText" : "清廉执照" + } } ], "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "医风医德举报受理", + "navigationBarTitleText": "医风医德考评系统", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { diff --git a/pages/index/hospital.vue b/pages/index/hospital.vue new file mode 100644 index 0000000..28b8483 --- /dev/null +++ b/pages/index/hospital.vue @@ -0,0 +1,387 @@ +