wx.openSetting能在wx.showModal里的confirm打开吗

发布于 7 年前作者 xiadai9439 次浏览最后编辑 7 年前来自 ask

wx.showModal({

  title: ‘提示’,

  content: ‘重新获取授权。’,

  success: function(res) {

    if (res.confirm) {

      wx.openSetting({

您好,代码如上:

wx.openSetting能在wx.showModal里的confirm打开吗?

2 回复
chaolong
chaolong1 楼6 年前

可以

guiyinglai
guiyinglai2 楼5 年前

不能够