小程序
小游戏
企业微信
微信支付
扫描小程序码分享
wx.showModal 点击没有任何反应,无法正常弹出wx.showModal.
wx.showModal({ title: '提示', content: '确定全部标为已读?', success: async function(res) { if (res.confirm) { wx.showToast({ title: '已全部标为已读', icon: 'none', mask: true, duration: 2000 }) } }})
出现的机型如下
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,该问题已处理的,请等待新版发布
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
去掉 async 看看。改为:
success: (res) => { }
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,该问题已处理的,请等待新版发布
去掉 async 看看。改为:
success: (res) => { }