Parcourir la source

-1002错误不再重新请求openid

guessPrice
=chenming il y a 5 ans
Parent
révision
b6f24d947a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      496_dongfengqichen/app.js

+ 1
- 1
496_dongfengqichen/app.js Voir le fichier

@@ -160,7 +160,7 @@ App({
success: function (re) {
if (re.data.code == -1002) {
wx.removeStorageSync('openid');
that.wxLogin();
// that.wxLogin();
// that.wxRequest(url, params, callback, thisArg, methods, openid);
}
if (callback && thisArg) {

Chargement…
Annuler
Enregistrer