医生相关推荐优化-0714

master
chen 2022-07-14 18:17:45 +08:00
parent fc12272c3c
commit 738ef6de93
2 changed files with 6 additions and 4 deletions

View File

@ -114,9 +114,9 @@
}
},
onShow() {
if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
this.checkConList(this.category_id)
}
// if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
// this.checkConList(this.category_id)
// }
},
onLoad(options) {
const query = wx.createSelectorQuery()
@ -206,12 +206,14 @@
}
this.shareImg = this.doctorObj.doctor_extra.share_img;
// console.log('',this.video,this.videoImg)
this.checkConList(this.category_id);
this.isLoading = true;
}
},error=>{})
},
checkConList(category_id){//
let params = {
doctor_id:this.doctorObj.id,
category_id:category_id,
page:this.page,
size:this.size

File diff suppressed because one or more lines are too long