国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

微信小程序授權(quán)登錄解決方案的代碼實例(含未通過授權(quán)解決方案)

2019-11-19 11:36:22
字體:
供稿:網(wǎng)友

本文實例為大家分享了微信小程序授權(quán)登錄解決方案的具體代碼,供大家參考,具體內(nèi)容如下

getUserInfoF:function(){    var that = this;  wx.getSetting({    success: (res) => {    console.info(res.authSetting);      wx.getUserInfo({     success: res => {      this.globalData.userInfo = res.userInfo      console.info("一開始同意授權(quán)"+res.userInfo.nickName);       if (this.userInfoReadyCallback) {       this.userInfoReadyCallback(res)      }     },     fail(err) {      console.info(err.errMsg);      wx.showModal({       title: '警告',       cancelText: '不授權(quán)',       confirmText: '授權(quán)',       confirmColor: '#37C31A',       content: '若不授權(quán)微信登錄,則無法使用XXXXXX;點擊重新獲取授權(quán),則可重新使用;' +       '若點擊不授權(quán),將無法使用便捷服務(wù)。',        success: function (res) {        if (res.confirm) {         console.log('用戶點擊確定')         wx.openSetting({          success: (res) => {           if (res.authSetting['scope.userInfo']) {            wx.getUserInfo({             success: res => {              that.globalData.userInfo = res.userInfo              console.info("再次同意授權(quán)" + res.userInfo.nickName);              if (that.userInfoReadyCallback) {               that.userInfoReadyCallback(res)              }             }            })           } else {            console.info("再次不允許");            wx.redirectTo({             url: 'home',            })           }          }         });        } else if (res.cancel) {         console.log('彈出框用戶點擊取消')         wx.redirectTo({          url: 'home',         })         }       }      })      }     })    }  }) },

以上所述是小編給大家介紹的微信小程序授權(quán)登錄解決方案詳解整合,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對武林網(wǎng)網(wǎng)站的支持!

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 克什克腾旗| 松潘县| 吉水县| 成都市| 驻马店市| 浑源县| 那曲县| 新乡县| 澄城县| 邵阳市| 筠连县| 澎湖县| 房产| 新津县| 黄石市| 盐山县| 南雄市| 阜南县| 库尔勒市| 堆龙德庆县| 安泽县| 江油市| 岱山县| 中卫市| 瓦房店市| 泸西县| 临猗县| 高平市| 桃园市| 阳高县| 洛隆县| 民勤县| 邻水| 江山市| 舟曲县| 郧西县| 千阳县| 思茅市| 孟村| 阳西县| 苍溪县|