您好,登錄后才能下訂單哦!
本文實例為大家分享了微信小程序授權登錄解決方案的具體代碼,供大家參考,具體內容如下
getUserInfoF:function(){ var that = this; wx.getSetting({ success: (res) => { console.info(res.authSetting); wx.getUserInfo({ success: res => { this.globalData.userInfo = res.userInfo console.info("一開始同意授權"+res.userInfo.nickName); if (this.userInfoReadyCallback) { this.userInfoReadyCallback(res) } }, fail(err) { console.info(err.errMsg); wx.showModal({ title: '警告', cancelText: '不授權', confirmText: '授權', confirmColor: '#37C31A', content: '若不授權微信登錄,則無法使用XXXXXX;點擊重新獲取授權,則可重新使用;' + '若點擊不授權,將無法使用便捷服務。', 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("再次同意授權" + 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', }) } } }) } }) } }) },
以上所述是小編給大家介紹的微信小程序授權登錄解決方案詳解整合,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。