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 @@
+
+
+
+
+ 请选择科室
+
+
+
+
+
+
+
+
+
+
+
+ 姓名
+
+
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+
+
+
+
+ 详情描述
+ {{ feedback.content.length }}/200
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/hospital_nei.vue b/pages/index/hospital_nei.vue
new file mode 100644
index 0000000..cc7ac57
--- /dev/null
+++ b/pages/index/hospital_nei.vue
@@ -0,0 +1,510 @@
+
+
+
+
+ 请选择科室
+
+
+
+
+
+
+
+
+
+
+
+
+ 详情描述
+ {{ feedback.content.length }}/200
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请登录
+
+
+
+
+
+
+
+
+
+
+
+
+ ×
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/index/user_license.vue b/pages/index/user_license.vue
new file mode 100644
index 0000000..cd20540
--- /dev/null
+++ b/pages/index/user_license.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+ 姓名:
+ {{userInfo.nickname}}
+
+
+ 手机号:
+ {{userInfo.mobile}}
+
+
+
+ 科室:
+ {{userInfo.user_group_name}}
+
+
+
+ 岗位名称:
+ {{userInfo.position}}
+
+
+
+ 资格证编码:
+ {{userInfo.certificate_code}}
+
+
+
+ 执业证编码:
+ {{userInfo.license_code}}
+
+
+
+ 执业证图片:
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/util/api.js b/util/api.js
index 5d7dc94..c9d7318 100644
--- a/util/api.js
+++ b/util/api.js
@@ -4,4 +4,8 @@ export const getUserGroupList = data => request.post('/api/backend/User_group/ge
export const PoliticsAdd = data => request.post('/api/mobile/Politics/add', data, false);
-export const PoliticsList = data => request.post('/api/mobile/Politics/index', data, false);
\ No newline at end of file
+export const PoliticsList = data => request.post('/api/mobile/Politics/index', data, false);
+
+export const Politicsh5Add = data => request.post('/api/backend/Solicitopinions/h5add', data, false);
+
+export const getUserInfo = data => request.post('/api/backend/user/getH5UserFind', data, false);
\ No newline at end of file