wx.showModal({ title: '是否打开设置页面' , content: '需要获取您的地理位置功能权限,请到小程序设置获取地理位置权限' , success: function (re) { if (re.confirm) { wx.openSetting({ success(r) { wx.reLaunch({ url: "../index/index" }) } }) } } }) |
这里的wx.reLaunch为什么不执行
没有报错吗?
加延迟肯定是不行的,加状态吧,onShow判断