|
@@ -53,9 +53,9 @@ export default {
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
onLoad (options) {
|
|
onLoad (options) {
|
|
|
- // this.getWeChat(options.ids,options.id)
|
|
|
|
|
this.orderSn = options.orderSn
|
|
this.orderSn = options.orderSn
|
|
|
this.actPrice = options.actPrice
|
|
this.actPrice = options.actPrice
|
|
|
|
|
+ this.orderTime = options.remainSecond - 10 > 0 ? options.remainSecond : 10
|
|
|
this.orderTimeFun();
|
|
this.orderTimeFun();
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|