king
2021-01-31 23346896f069d6be5fba6f073c471078b26036fa
src/tabviews/subtable/index.jsx
@@ -485,10 +485,14 @@
        res.mk_api_key = mkey
        this.customCallbackRequest(res)
      }
    }, () => {
      this.setState({
        loading: false
      })
    }, (e) => {
      let _result = {
        mk_api_key: mkey,
        $ErrCode: 'E',
        $ErrMesg: e && e.statusText ? e.statusText : ''
      }
      this.customCallbackRequest(_result)
    })
  }