guhongwei 4 سال پیش
والد
کامیت
2d26169711
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/views/halltwo/directTwo.vue

+ 3 - 3
src/views/halltwo/directTwo.vue

@@ -456,9 +456,9 @@ export default {
     },
     seachtime() {
       // 倒计时
-      // this.timer = setInterval(() => {
-      //   this.setTime(this.dockInfo.start_time);
-      // }, 1000);
+      this.timer = setInterval(() => {
+        this.setTime(this.dockInfo.start_time);
+      }, 1000);
     },
     // 倒计时
     setTime(end) {