优化
This commit is contained in:
parent
ef2404c2f5
commit
6bd10fff2c
@ -573,6 +573,7 @@ bindchange(e){
|
|||||||
if(this.data.canTuwen){
|
if(this.data.canTuwen){
|
||||||
this.setData({
|
this.setData({
|
||||||
currentData:0,
|
currentData:0,
|
||||||
|
toView:'item0',
|
||||||
inquiry_type:this.data.current_inquiry_config.inquiry_type,
|
inquiry_type:this.data.current_inquiry_config.inquiry_type,
|
||||||
inquiry_mode:this.data.current_inquiry_config.inquiry_mode
|
inquiry_mode:this.data.current_inquiry_config.inquiry_mode
|
||||||
})
|
})
|
||||||
@ -621,7 +622,7 @@ bindchange(e){
|
|||||||
})
|
})
|
||||||
|
|
||||||
this.getDeatil(doctor_id);
|
this.getDeatil(doctor_id);
|
||||||
this.getService(doctor_id);
|
|
||||||
this.getEvaluationList();
|
this.getEvaluationList();
|
||||||
//this.getVideoDoctorList();
|
//this.getVideoDoctorList();
|
||||||
|
|
||||||
@ -641,6 +642,7 @@ bindchange(e){
|
|||||||
this.setData({
|
this.setData({
|
||||||
img_host:app.hostConfig().imghost
|
img_host:app.hostConfig().imghost
|
||||||
});
|
});
|
||||||
|
this.getService(this.data.doctor_id);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -550,8 +550,8 @@ color: #333333;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.doctorAvatar {
|
.doctorAvatar {
|
||||||
width: 120rpx;
|
width: 80rpx;
|
||||||
height: 120rpx;
|
height: 80rpx;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user