欢迎加QQ交流:
2
0
2
3

微信授权 - wx.openSetting

wx.openSetting({   // 唤醒授权页面
   success: res => {
      console.log('res',res) // 授权成功操作
   },
   fail: fa => {  // 授权失败操作(取消授权)
     console.log('fa', fa) 
   }
})
posted @ 2022-03-25 16:43  常安·  阅读(40)  评论(0编辑  收藏  举报