获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- pc端微信设置在浏览器打开,但是没有这个选项?
wx.showMenuItems({ menuList: [ 'menuItem:copyUrl', 'menuItem:openWithQQBrowser', 'menuItem:openWithSafari', ], success: () => { console.log( 'showMenuItems copyUrl,openWithQQBrowser,openWithSafari success' ) }, })
2023-06-06 - pc端showMenuItems不好用
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html
2023-06-05