diff --git a/TUIService/TUIKit/components/TUIChat/index.wxml b/TUIService/TUIKit/components/TUIChat/index.wxml index a505929..7feec10 100644 --- a/TUIService/TUIKit/components/TUIChat/index.wxml +++ b/TUIService/TUIKit/components/TUIChat/index.wxml @@ -52,7 +52,7 @@ 沟通回合 - 不限问诊次数,{{serviceInfo.finish_time}}后结束 + 不限问诊次数,{{serviceInfo.finish_time}}天后结束 当月剩余:{{serviceInfo.monthly_frequency-serviceInfo.month_inquiry_count}} diff --git a/healthyService/pages/healthyIntro/healthyIntro.js b/healthyService/pages/healthyIntro/healthyIntro.js index 0bd9f05..7b7bffa 100644 --- a/healthyService/pages/healthyIntro/healthyIntro.js +++ b/healthyService/pages/healthyIntro/healthyIntro.js @@ -103,7 +103,7 @@ Page({ }, goAgree(){ this.setData({ - showRight:flase + showRight:false }) }, lookGood:throttle(function(){ diff --git a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js index 691ca3e..acea75e 100644 --- a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js +++ b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.js @@ -331,7 +331,7 @@ handleCreateServiceChatOrder(id){ title: '订单取消成功', icon:"none" }); - this.handleCheckInquiry(); + //this.handleCheckInquiry(); // this.goChat() }) }, diff --git a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml index 112bda0..05dc089 100644 --- a/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml +++ b/healthyService/pages/healthyOrderDetail/healthyOrderDetail.wxml @@ -327,7 +327,7 @@ - 去使用 + 去使用 去续费 diff --git a/healthyService/pages/visitList/visitList.wxss b/healthyService/pages/visitList/visitList.wxss index 1dc2e85..288c123 100644 --- a/healthyService/pages/visitList/visitList.wxss +++ b/healthyService/pages/visitList/visitList.wxss @@ -2,7 +2,9 @@ .page{ margin-top: 172rpx; - + overflow: hidden; + display: flex; + flex-direction: column; height: calc(100vh - 172rpx); position: relative; } diff --git a/patient/pages/expertDetail/expertDetail.js b/patient/pages/expertDetail/expertDetail.js index 45d88ad..5a3f776 100644 --- a/patient/pages/expertDetail/expertDetail.js +++ b/patient/pages/expertDetail/expertDetail.js @@ -15,6 +15,7 @@ Page({ * 页面的初始数据 */ data: { + toView:'item0', tab3Height:500, img_host:'https://oss.prod.applets.igandanyiyuan.com/applet/patient/static', showDialog:false, @@ -582,7 +583,8 @@ bindchange(e){ this.setData({ currentData:3, inquiry_type:1, - inquiry_mode:2 + inquiry_mode:2, + toView:'item3' }) this.getVideoDoctorList(); this.getHeight(2) @@ -590,6 +592,7 @@ bindchange(e){ if(this.data.canDiffcult){ this.setData({ currentData:4, + toView:'item4', inquiry_type:1, inquiry_mode:6 }) diff --git a/patient/pages/expertDetail/expertDetail.wxml b/patient/pages/expertDetail/expertDetail.wxml index 9e27d3b..8e160f6 100644 --- a/patient/pages/expertDetail/expertDetail.wxml +++ b/patient/pages/expertDetail/expertDetail.wxml @@ -72,9 +72,9 @@ 医生服务 {{filter.formatYear(days)}}内服务过您 - + - + @@ -105,7 +105,7 @@ 暂未开通 - + @@ -119,7 +119,7 @@ {{videoPrice?'¥'+videoPrice+'/次':'暂未开通'}} --> - + @@ -128,7 +128,7 @@ 暂未开通 - + @@ -143,7 +143,7 @@ - + @@ -159,7 +159,7 @@ - + diff --git a/patient/pages/expertDetail/expertDetail.wxss b/patient/pages/expertDetail/expertDetail.wxss index e26422e..2722942 100644 --- a/patient/pages/expertDetail/expertDetail.wxss +++ b/patient/pages/expertDetail/expertDetail.wxss @@ -525,14 +525,14 @@ justify-content:center; .tabs{ height:330rpx; display: flex; - width:1150rpx; + width:1100rpx; } .tabs .tab{ - width: 214rpx; + width: 210rpx; height: 300rpx; position: relative; - margin-right: 20rpx; + margin-right: 16rpx; box-shadow: 0rpx 8rpx 20rpx 2rpx rgba(0,0,0,0.04); }