提交 29ee295f 编写于 作者: KK's avatar KK

update

上级 256bb5aa
...@@ -706,7 +706,7 @@ import moment from 'moment'; ...@@ -706,7 +706,7 @@ import moment from 'moment';
public touchStart () { public touchStart () {
      clearTimeout(this.loop); //再次清空定时器,防止重复注册定时器       clearTimeout(this.loop); //再次清空定时器,防止重复注册定时器
      this.loop = setTimeout(() => {       this.loop = setTimeout(() => {
this.showcheack = ! this.showcheack; this.$emit('showCheackChange', !this.showCheack);
      }, 1000);       }, 1000);
    }     }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册