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