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