This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenming
/
496_dongfengqichen_wxsmall
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
-1002错误不再重新请求openid
guessPrice
=chenming
5 years ago
parent
0720b1dc5e
commit
b6f24d947a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
496_dongfengqichen/app.js
+ 1
- 1
496_dongfengqichen/app.js
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save