瀏覽代碼

[登录][修改]:[登录页面修改]

tags/江西版6.1.0
meo 6 年之前
父節點
當前提交
ef91daff21
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      pages/index/index.js

+ 4
- 2
pages/index/index.js 查看文件

@@ -69,10 +69,12 @@ Page({
app.getLocation(); app.getLocation();
if (options.couponChannelId || options.orderId || options.id) { if (options.couponChannelId || options.orderId || options.id) {
that.userLogin(options); that.userLogin(options);
} else {
that.userLogin()
} }
}, },
onShow(){
let that = this;
that.userLogin();
},
checkuserstatus(options) { checkuserstatus(options) {
let that = this; let that = this;
Http.get({ Http.get({


Loading…
取消
儲存