|
@@ -62,8 +62,8 @@ export default {
|
|
|
this.start = +option.start;
|
|
|
this.mockActivity = option.mockActivity;
|
|
|
this.end = this.timeLimit * 60 + this.start;
|
|
|
- this.goodsId = option.goodsId
|
|
|
- this.orderGoodsId = option.orderGoodsId
|
|
|
+ this.goodsId = option.goodsId;
|
|
|
+ this.orderGoodsId = option.orderGoodsId;
|
|
|
this.timer = setInterval(() => {
|
|
|
this.timeText = this.getDuring();
|
|
|
}, 1000);
|