Fix:4142 【商城小程序】体验版微信聊天记录长按分享的首页、店铺等非礼包链接,没有转发功能。(只需关闭礼包链接的转发功能,其他页面链接无需关闭)
This commit is contained in:
@@ -13,6 +13,10 @@ export const themeMixins = {
|
||||
}
|
||||
},
|
||||
onShareAppMessage() {
|
||||
uni.updateShareMenu({
|
||||
isPrivateMessage: false,
|
||||
withShareTicket: false
|
||||
})
|
||||
if (this.pageData.forwardTitle && this.pageData.forwardImage) {
|
||||
return {
|
||||
title: this.pageData.forwardTitle,
|
||||
|
||||
Reference in New Issue
Block a user