Fix:4142 【商城小程序】体验版微信聊天记录长按分享的首页、店铺等非礼包链接,没有转发功能。(只需关闭礼包链接的转发功能,其他页面链接无需关闭)

This commit is contained in:
linxi
2025-08-08 10:47:45 +08:00
parent 55a5adf1d1
commit 5586afec97
9 changed files with 36 additions and 0 deletions
+4
View File
@@ -459,6 +459,10 @@ export default {
this.pageToHideHandle()
},
onShareAppMessage() {
uni.updateShareMenu({
isPrivateMessage: false,
withShareTicket: false
})
return {
title: '探寻有趣有味的生活方式',
path: '/pages/home/index',
+4
View File
@@ -659,6 +659,10 @@ export default {
},
computed: mapGetters(['isLogin', 'location', 'userInfo']),
onShareAppMessage() {
uni.updateShareMenu({
isPrivateMessage: false,
withShareTicket: false
})
return new Promise(async (resolve, reject) => {
let result;
let params = `?id=${this.id}&partnerId=${this.userInfo.uid}`