|
@@ -9,8 +9,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</van-overlay>
|
|
|
-token:{{this.token}}
|
|
|
-
|
|
|
<div class="double-eleven-container">
|
|
|
|
|
|
<div class="default" v-if="!couponsList.length">
|
|
@@ -134,7 +132,7 @@ export default {
|
|
|
_this.token = token
|
|
|
resolve();
|
|
|
};
|
|
|
- }else if(this.$route.query.token){
|
|
|
+ }else if(this.$route.query.token && this.$route.query.token != 'needToken'){
|
|
|
this.token = this.$route.query.token;
|
|
|
}
|
|
|
|
|
@@ -198,7 +196,7 @@ export default {
|
|
|
res.data.forEach(element => {
|
|
|
if(element.receivingStatus !== 3)
|
|
|
{
|
|
|
- element.remainder = element.remainder * 4
|
|
|
+ element.remainder = element.remainder
|
|
|
}
|
|
|
});
|
|
|
this.couponsList = res.data;
|
|
@@ -212,7 +210,7 @@ export default {
|
|
|
const _this = this
|
|
|
// setTimeout(() => {window.location.href='https://client.phone.androidscloud.com/cloud/phone/web/#/pages/login/index';_this.login = false},1000);
|
|
|
|
|
|
- setTimeout(() => {window.location.href='http://prese.phone.androidscloud.com/cloud/phone/web/#/pages/index/index';_this.login = false},1000);
|
|
|
+ setTimeout(() => {window.location.href='https://prese.phone.androidscloud.com/cloud/phone/web/#/pages/index/index';_this.login = false},1000);
|
|
|
|
|
|
return
|
|
|
}
|