小程序wx.showActionSheet 调起转发、分享
wx.showActionSheet() 方法中无法调取转发功能。 因为转发必须是 button 按钮 设置open-type="share", 会调取page.onShareAppMessage() ...
wx.showActionSheet() 方法中无法调取转发功能。 因为转发必须是 button 按钮 设置open-type="share", 会调取page.onShareAppMessage() ...