guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
3d22d6810f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/halltwo/directTwo.vue

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

@@ -468,7 +468,7 @@ export default {
       if (moment(now).isSameOrAfter(end)) {
         clearInterval(this.djstime);
         this.countDown = false;
-        this.$set(this, `djs`, '展会开始');
+        this.$set(this, `djs`, '展会结束');
       } else {
         let sec = moment(end).diff(now, 'seconds');
         let day = _.floor(sec / 60 / 60 / 24);