医生分享功能完善-0714

master
chen 2022-07-14 15:46:14 +08:00
parent 46e4476736
commit 2202e3d916
3 changed files with 11 additions and 19 deletions

View File

@ -83,7 +83,6 @@
}
},
onShareAppMessage(e) {
if(e.from == 'menu'){
if(this.shareImg!==''){
let shareObj = {
title: this.doctorObj.doctor_extra.name,
@ -98,13 +97,6 @@
};
return shareObj;
}
}
if(e.from == 'button'){
let shareObj = {
path: `/pagesB/doctorDetail/doctorDetail?invite_code=${uni.getStorageSync('invite_code')}&doctor_id=${this.doctorId}`, // /
};
return shareObj;
}
},
onPageScroll(e) {
if((this.chuTop - this.statusHNH) - e.scrollTop*1 <= 0) this.isTop = true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long