医生分享功能完善-0714
parent
46e4476736
commit
2202e3d916
|
@ -83,7 +83,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShareAppMessage(e) {
|
onShareAppMessage(e) {
|
||||||
if(e.from == 'menu'){
|
|
||||||
if(this.shareImg!==''){
|
if(this.shareImg!==''){
|
||||||
let shareObj = {
|
let shareObj = {
|
||||||
title: this.doctorObj.doctor_extra.name,
|
title: this.doctorObj.doctor_extra.name,
|
||||||
|
@ -98,13 +97,6 @@
|
||||||
};
|
};
|
||||||
return shareObj;
|
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) {
|
onPageScroll(e) {
|
||||||
if((this.chuTop - this.statusHNH) - e.scrollTop*1 <= 0) this.isTop = true
|
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
Loading…
Reference in New Issue