diff --git a/pages/index/index.js b/pages/index/index.js index 5cc00c6..34eedd9 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -242,7 +242,7 @@ Page({ }), goquickExpert:throttle(function(){ app.method.navigateTo({ - url: '/patient/pages/quickConsult/quickConsult' + url:'/patient/pages/expertConsult/expertConsult' //'/patient/pages/quickConsult/quickConsult' }) }), goExpertAndCloseOld:throttle(function(){ @@ -273,14 +273,21 @@ Page({ this.onClickHide(); }), goExpert:throttle(function(){ - app.method.navigateTo({ - url: '/patient/pages/expertConsult/expertConsult' - }) + wx.showToast({ + title: '即将开通', + icon:'none' + }) + // app.method.navigateTo({ + // url: '/patient/pages/expertConsult/expertConsult' + // }) }), goconsultandbuy:throttle(function(){ - app.method.navigateTo({ - url: '/patient/pages/quickConsult/quickConsult?inquiry_type=4' + app.method.navigateTo({ + url: '/patient/pages/expertConsult/expertConsult?type=buyYao' }) + // app.method.navigateTo({ + // url: '/patient/pages/quickConsult/quickConsult?inquiry_type=4' + // }) }), watchBack(){ diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 000c47a..a725995 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -60,27 +60,33 @@ - 快速问诊 - + 找专家 + + - 5分钟接诊不耽误 + 专业医生,服务保障 - 专家问诊 - + HIV + + - 专业医生,服务保障 + 诊断和鉴别,安心放心 + 问诊购药 - 在线复诊,正品无忧,送药到家 + + 正品无忧,品质护航,送药到家 + + @@ -91,7 +97,7 @@ - 公益问诊 + 特惠问诊 diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 04dddf1..2070a1c 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -54,6 +54,9 @@ color: #333333; font-size: 40rpx; } +.wenzhencell .row .name_title{ + width:160rpx +} .wenzhencell .desc { margin-top: 16rpx; diff --git a/patient/pages/expertConsult/expertConsult.js b/patient/pages/expertConsult/expertConsult.js index e4fdb5e..ba3e684 100644 --- a/patient/pages/expertConsult/expertConsult.js +++ b/patient/pages/expertConsult/expertConsult.js @@ -323,6 +323,15 @@ Page({ inquiry_type:3, inquiry_mode:1 }) + }else if(options.type=="buyYao"){ + wx.setNavigationBarTitle({ + title: "问诊购药" + }); + this.setData({ + navName:"问诊购药", + inquiry_type:4, + inquiry_mode:1 + }) } this.getSickType(); this.getDoctorList(); diff --git a/patient/pages/expertConsult/expertConsult.wxss b/patient/pages/expertConsult/expertConsult.wxss index e6ded7e..47a16f4 100644 --- a/patient/pages/expertConsult/expertConsult.wxss +++ b/patient/pages/expertConsult/expertConsult.wxss @@ -265,6 +265,7 @@ font-size: 30rpx; justify-content: center; align-items: center; width:33.33%; + font-size: 30rpx; } .viewcell .left{ position: relative; diff --git a/patient/pages/prescriptDetail/prescriptDetail.wxml b/patient/pages/prescriptDetail/prescriptDetail.wxml index 2d7cced..dd0fb1c 100644 --- a/patient/pages/prescriptDetail/prescriptDetail.wxml +++ b/patient/pages/prescriptDetail/prescriptDetail.wxml @@ -7,10 +7,10 @@ --> - - - - + + + +