This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[登录][修改]:[登录页面修改]
tags/江西版6.1.0
meo
6 years ago
parent
e594cb612d
commit
ef91daff21
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
pages/index/index.js
+ 4
- 2
pages/index/index.js
View File
@@ -69,10 +69,12 @@ Page({
app.getLocation();
if (options.couponChannelId || options.orderId || options.id) {
that.userLogin(options);
} else {
that.userLogin()
}
},
onShow(){
let that = this;
that.userLogin();
},
checkuserstatus(options) {
let that = this;
Http.get({
Write
Preview
Loading…
Cancel
Save