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
@@ -663,6 +663,10 @@ export default {
})
},
onShareAppMessage() {
uni.updateShareMenu({
isPrivateMessage: false,
withShareTicket: false
})
return {
title: this.inn.name,
path: '/pagesInn/inn/innHome?id=' + this.inn.id,