|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
this.orderSn = res.data.orderSn?res.data.orderSn:''
|
|
|
this.actPrice = res.data.actPrice?res.data.actPrice:0
|
|
|
this.remainSecond = res.data.remainSecond?res.data.remainSecond:0
|
|
|
- this.orderTime = this.remainSecond - 10 > 0 ? (this.remainSecond - 10) : 0
|
|
|
+ this.orderTime = this.remainSecond - 15 > 0 ? (this.remainSecond - 15) : 0
|
|
|
this.orderTimeFun()
|
|
|
// #ifdef MP-WEIXIN
|
|
|
this.getPayCodeFn(this.orderSn)
|