需要用户主动点击 wx.openSetting
拒绝了就不会再发起弹窗询问了,要引导用于去打开。
通过 wx.openSetting 去打开设置界面
wx.openSetting({ complete: res => { console.log(res) } })