医生相关推荐优化-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() { onShow() {
if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){ // if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
this.checkConList(this.category_id) // this.checkConList(this.category_id)
} // }
}, },
onLoad(options) { onLoad(options) {
const query = wx.createSelectorQuery() const query = wx.createSelectorQuery()
@ -206,12 +206,14 @@
} }
this.shareImg = this.doctorObj.doctor_extra.share_img; this.shareImg = this.doctorObj.doctor_extra.share_img;
// console.log('',this.video,this.videoImg) // console.log('',this.video,this.videoImg)
this.checkConList(this.category_id);
this.isLoading = true; this.isLoading = true;
} }
},error=>{}) },error=>{})
}, },
checkConList(category_id){// checkConList(category_id){//
let params = { let params = {
doctor_id:this.doctorObj.id,
category_id:category_id, category_id:category_id,
page:this.page, page:this.page,
size:this.size size:this.size

File diff suppressed because one or more lines are too long