wx.showShareMenu 无效
代码中调用 wx.showShareMenu ,其中显示success了但是界面上没有任何反应(调试工具和真机都不行)
1 回复
wx.showShareMenu并不是用来显示 share 提示的,你应该使用 button 组件,并设置属性 open-type=“share”。
https://developers.weixin.qq.com/miniprogram/dev/component/button.html