微信小程式 使用者拒絕授權,重新調起授權

2022-08-01 18:06:18 字數 1022 閱讀 8769

獲取使用者資訊

wx.getuserinfo(,

method: "post",

header: ,

success: function (res) )

wx.setstorage()

// 獲取會員資訊

var rsadata = _this.rsadata()

wx.request(,

header: ,

method: "post",

success: function (res) ,

})},})}

}})},fail: function (res) ,

method: "post",

header: ,

success: function (res) )

wx.setstorage()

// 獲取會員資訊

var rsadata = _this.rsadata()

wx.request(,

header: ,

method: "post",

success: function (res) ,

})},})}

}})},})

// 失敗之後再次登入

}, fail: (res) => ,

method: "post",

header: ,

success: function (res) )

wx.setstorage()

// 獲取會員資訊

var rsadata = _this.rsadata()

wx.request(,

header: ,

method: "post",

success: function (res) ,

})},})}

}})},})

// 失敗之後再次登入}})

}},})}

})}}})

}})

方法可能有點繁瑣,有不足的地方還請多指教

關於微信小程式拒絕授權後,重新授權並獲取使用者資訊

當呼叫小程式 wx.getuserinfo object 獲取使用者基本資訊時,需要使用者進行授權操作,如果使用者點選了拒絕,則再次呼叫該方法就不會出現對應的授權視窗,很是讓人困惑 找了許久,最後讓我發現了它 wx.opensetting object 下面讓我們認識一下 wx.opensettin...

關於微信小程式拒絕授權後,重新授權並獲取使用者資訊

當呼叫小程式 wx.getuserinfo object 獲取使用者基本資訊時,需要使用者進行授權操作,如果使用者點選了拒絕,則再次呼叫該方法就不會出現對應的授權視窗,很是讓人困惑 找了許久,最後讓我發現了它 wx.opensetting object 下面讓我們認識一下 wx.opensettin...

微信小程式開發使用者授權登入

用wx.login獲取登入憑證code 這個玩家很懶,什麼也沒留下 小程式端 wx.login 獲取code 並 wx.request 提交 code 給己方伺服器 小程式端 wx.setstorage 儲存 3rd session 在後續使用者操作需要憑證時 附帶該引數 小程式端 wx.getus...