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