Explorar el Código

-1002错误不再重新请求openid

guessPrice
=chenming hace 5 años
padre
commit
b6f24d947a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      496_dongfengqichen/app.js

+ 1
- 1
496_dongfengqichen/app.js Ver fichero

@@ -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) {

Cargando…
Cancelar
Guardar