This commit is contained in:
zoujiandong 2024-05-09 15:03:07 +08:00
parent ef2404c2f5
commit 6bd10fff2c
2 changed files with 5 additions and 3 deletions

View File

@ -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);
},
/**

View File

@ -550,8 +550,8 @@ color: #333333;
}
.doctorAvatar {
width: 120rpx;
height: 120rpx;
width: 80rpx;
height: 80rpx;
border-radius: 50%;
}