diff --git a/pages.json b/pages.json index f422a9b..ef800ad 100644 --- a/pages.json +++ b/pages.json @@ -309,7 +309,6 @@ "navigationBarTitleText": "医生详情", "enablePullDownRefresh": false } - }, { "path": "ExpertlookOrder/ExpertlookOrder", "style": { @@ -322,7 +321,6 @@ "navigationBarTitleText": "待咨询", "enablePullDownRefresh": false } - }, { "path": "cancel/cancel", "style": { @@ -336,17 +334,26 @@ "navigationBarTitleText": "积分商城", "enablePullDownRefresh": false } + }, { + "path": "imagetextConsultation/imagetextConsultation", + "style": { + "navigationBarTitleText": "图文问诊", + "enablePullDownRefresh": false + } + }, { + "path": "createnewconsultation/createnewconsultation", + "style": { + "navigationBarTitleText": "新建图文咨询", + "enablePullDownRefresh": false + } + }, { + "path": "screeningResult/screeningResult", + "style": { + "navigationBarTitleText": "筛查结果", + "enablePullDownRefresh": false + } } - ,{ - "path" : "screeningResult/screeningResult", - "style" : - { - "navigationBarTitleText": "筛查结果", - "enablePullDownRefresh": false - } - - } - ] + ] }, { "root": "pagesC", "pages": [{ @@ -395,49 +402,40 @@ } }, { - "path": "servicerecord/servicerecord", - "style": { - "navigationBarTitleText": "服务记录", - "enablePullDownRefresh": false - } + "path": "servicerecord/servicerecord", + "style": { + "navigationBarTitleText": "服务记录", + "enablePullDownRefresh": false } - ,{ - "path" : "Myappointment/Myappointment", - "style" : - { - "navigationBarTitleText": "我的预约", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "healthtest/healthtest", - "style" : - { - "navigationBarTitleText": "健康自评", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "Physicalexamination/Physicalexamination", - "style" : - { - "navigationBarTitleText": "体征检测", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "Mysigning/Mysigning", - "style" : - { - "navigationBarTitleText": "我的签约", - "enablePullDownRefresh": false - } - - } - ] + }, { + "path": "Myappointment/Myappointment", + "style": { + "navigationBarTitleText": "我的预约", + "enablePullDownRefresh": false + } + }, + { + "path": "healthtest/healthtest", + "style": { + "navigationBarTitleText": "健康自评", + "enablePullDownRefresh": false + } + }, + { + "path": "Physicalexamination/Physicalexamination", + "style": { + "navigationBarTitleText": "体征检测", + "enablePullDownRefresh": false + } + }, + { + "path": "Mysigning/Mysigning", + "style": { + "navigationBarTitleText": "我的签约", + "enablePullDownRefresh": false + } + } + ] }], "globalStyle": { "navigationBarTextStyle": "white", @@ -478,4 +476,4 @@ } ] } -} +} \ No newline at end of file diff --git a/pages/facecollection/facecollection.vue b/pages/facecollection/facecollection.vue index 6f515a6..d908462 100644 --- a/pages/facecollection/facecollection.vue +++ b/pages/facecollection/facecollection.vue @@ -9,7 +9,6 @@ 请拍摄本人头像 - @@ -17,7 +16,6 @@ flash="off" resolution='high' /> {{ tipsText }} - @@ -159,7 +157,6 @@ if (this.tipsText != "" && this.tipsText != "请拍照") { return; } - uni.getSetting({ success: (res) => { if (!res.authSetting['scope.camera']) { @@ -191,7 +188,7 @@ mask: true, title: '校验中...' }) - // 更新人脸识别图片请求协议:传七牛图片链接 + // 更新人脸识别图片请求协议:传七牛图片链接 setTimeout(function() { uni.hideLoading() uni.showToast({ @@ -390,4 +387,4 @@ } } } - \ No newline at end of file + diff --git a/pagesB/consultationplatform/consultationplatform.vue b/pagesB/consultationplatform/consultationplatform.vue index c3266de..621585a 100644 --- a/pagesB/consultationplatform/consultationplatform.vue +++ b/pagesB/consultationplatform/consultationplatform.vue @@ -3,7 +3,7 @@ - + 图文问诊 @@ -22,7 +22,7 @@ - + 张三 @@ -34,7 +34,7 @@ 山东大学齐鲁医院,主任医师, 从事甲状腺疾病等内分泌与代 谢病的诊治,擅长甲状腺结节 良恶性鉴。 - + 张三 @@ -63,12 +63,24 @@ }, methods: { tabchange() {}, - //齐鲁名医 + //专家问诊 gomedicine() { uni.navigateTo({ url: '/pagesB/medicine/medicine' }) }, + //图文问诊 + goimagetextConsultation() { + uni.navigateTo({ + url: '/pagesB/imagetextConsultation/imagetextConsultation' + }) + }, + //医生详情 + godoctordetails() { + uni.navigateTo({ + url: '/pagesB/doctordetails/doctordetails' + }) + }, } } @@ -207,4 +219,4 @@ margin: 20rpx auto 0; } } - \ No newline at end of file + diff --git a/pagesB/createnewconsultation/createnewconsultation.vue b/pagesB/createnewconsultation/createnewconsultation.vue new file mode 100644 index 0000000..3e1a339 --- /dev/null +++ b/pagesB/createnewconsultation/createnewconsultation.vue @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/pagesB/imagetextConsultation/imagetextConsultation.vue b/pagesB/imagetextConsultation/imagetextConsultation.vue new file mode 100644 index 0000000..b606e50 --- /dev/null +++ b/pagesB/imagetextConsultation/imagetextConsultation.vue @@ -0,0 +1,162 @@ + + + + + \ No newline at end of file diff --git a/static/pagesB/xinjianwenzhen.png b/static/pagesB/xinjianwenzhen.png new file mode 100644 index 0000000..fdddf22 Binary files /dev/null and b/static/pagesB/xinjianwenzhen.png differ