谢杰标 2 жил өмнө
parent
commit
9060fc2650

+ 2 - 2
pages5/examCount/index.vue

@@ -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);