From 6bd10fff2c3c57387c78e06aa4f5500bccd258ad Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 9 May 2024 15:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patient/pages/expertDetail/expertDetail.js | 4 +++- patient/pages/orderDetail/orderDetail.wxss | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/patient/pages/expertDetail/expertDetail.js b/patient/pages/expertDetail/expertDetail.js index 5a3f776..01c5106 100644 --- a/patient/pages/expertDetail/expertDetail.js +++ b/patient/pages/expertDetail/expertDetail.js @@ -573,6 +573,7 @@ bindchange(e){ if(this.data.canTuwen){ this.setData({ currentData:0, + toView:'item0', inquiry_type:this.data.current_inquiry_config.inquiry_type, inquiry_mode:this.data.current_inquiry_config.inquiry_mode }) @@ -621,7 +622,7 @@ bindchange(e){ }) this.getDeatil(doctor_id); - this.getService(doctor_id); + this.getEvaluationList(); //this.getVideoDoctorList(); @@ -641,6 +642,7 @@ bindchange(e){ this.setData({ img_host:app.hostConfig().imghost }); + this.getService(this.data.doctor_id); }, /** diff --git a/patient/pages/orderDetail/orderDetail.wxss b/patient/pages/orderDetail/orderDetail.wxss index 2193a3f..38a705f 100644 --- a/patient/pages/orderDetail/orderDetail.wxss +++ b/patient/pages/orderDetail/orderDetail.wxss @@ -550,8 +550,8 @@ color: #333333; } .doctorAvatar { - width: 120rpx; - height: 120rpx; + width: 80rpx; + height: 80rpx; border-radius: 50%; }