wx.showModal 点击没有反应
wx.showModal 点击没有任何反应,无法正常弹出wx.showModal.
wx.showModal({
title: '提示',
content: '确定全部标为已读?',
success: async function(res) {
if (res.confirm) {
wx.showToast({
title: '已全部标为已读',
icon: 'none',
mask: true,
duration: 2000
})
}
}
})
出现的机型如下