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%; }