king
2023-06-16 e4666c46c685ec7eabff25af9890d54c0ff2952b
src/tabviews/zshare/actionList/normalbutton/mkcounter/index.jsx
@@ -48,7 +48,7 @@
    this.timer = setTimeout(() => {
      this.props.onChange(val)
    }, 1000)
    }, btn.formType === 'count_line' ? 100 : 1000)
  }
  plus = () => {
@@ -71,7 +71,7 @@
    this.timer = setTimeout(() => {
      this.props.onChange(val)
    }, 1000)
    }, btn.formType === 'count_line' ? 100 : 1000)
  }
  submit = () => {
@@ -96,7 +96,7 @@
    this.timer = setTimeout(() => {
      this.props.onChange(count)
    }, 1000)
    }, btn.formType === 'count_line' ? 100 : 1000)
  }
  render() {