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