瀏覽代碼

格式化

谢杰标 2 年之前
父節點
當前提交
9060fc2650
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages5/examCount/index.vue

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