king
2023-07-16 35f51aad9824b55bbe67c0fb21bd3d3d24381c2f
src/tabviews/zshare/actionList/asyncButtonComponent.jsx
@@ -21,7 +21,12 @@
      this.setState({component})
    }
    // <Button className="loading-skeleton" disabled={true}></Button> // 骨架按钮
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component
      const btn = this.props.btn || {}