king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
src/menu/transfer/index.jsx
@@ -26,7 +26,7 @@
  trigger = () => {
    const { config } = this.props
    const _this = this
    const that = this
    if (!config.enabled) {
      let tb = config.components[0]
@@ -36,7 +36,7 @@
          content: '',
          onOk() {
            return new Promise(resolve => {
              _this.execUpdate(resolve, true)
              that.execUpdate(resolve, true)
            })
          },
          onCancel() {}
@@ -58,7 +58,7 @@
      content: '',
      onOk() {
        return new Promise(resolve => {
          _this.execUpdate(resolve)
          that.execUpdate(resolve)
        })
      },
      onCancel() {}