微信小程序转发问题?

小程序 文章 2021-01-28 14:41 339 0 全屏看文

AI助手支持GPT4.0

微信小程序转发问题?WeChat applet forwarding problem?

微信小程序转发问题?
使用的onShareAppMessage,但是转发把上方选项卡一起转发了,如何只转发当前页面内容呢,隐藏掉选项卡呢?


We use onshare appmessage, but forwarding forwards the top tabs together. How can we only forward the content of the current page and hide the tabs?

回答:

Brother斌🎈:

这里的上方选项卡是啥

维她命系:
onShareAppMessage() {    return {        title: '自定义分享标题',        path: '/pages/index/index',        imageUrl: 'https://自定义分享图片.png',    }}


this:

上方选项卡是什么,截图说明一下

😮:

少侠:

wx.hideShareMenu

-EOF-

AI助手支持GPT4.0