|
|
@@ -54,14 +54,15 @@
|
|
|
return {
|
|
|
title: this.title,
|
|
|
query: `shareUserId=${sharerId}&shareTQId=${this.teamQuestionnaireId}&from=timeline&shareType=Questionnaire`,
|
|
|
- // imageUrl: this.$imgBase+''
|
|
|
+ imageUrl: this.$imgBase+'share_fm.png'
|
|
|
};
|
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
|
const sharerId = JSON.parse(uni.getStorageSync('userInfo'))?.id||'';
|
|
|
return {
|
|
|
title: this.title,
|
|
|
- path: `/pages/home?shareTQId=${this.teamQuestionnaireId}&shareUserId=${sharerId}&shareType=Questionnaire`,
|
|
|
+ path: `/pages/home?shareTQId=${this.teamQuestionnaireId}&shareUserId=${sharerId}&shareType=Questionnaire`,
|
|
|
+ imageUrl: this.$imgBase+'share_fm.png'
|
|
|
};
|
|
|
},
|
|
|
onLoad(options){
|