医生相关推荐优化-0714
parent
fc12272c3c
commit
738ef6de93
|
@ -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
Loading…
Reference in New Issue