riku
2022-10-28 b45a01a8bee4a9bff5f9c248ead301b8675d1099
pages/m_ledger/behaviors/b_uploadLedger.js
@@ -28,7 +28,7 @@
      this.setData({loading: true})
      ledgerservice.uploadLedger(app.globalData.accessToken.userId, ledger, path, {
        success (res) {
          this.setData({loading: false})
          that.setData({loading: false})
          if (typeof that._success === 'function') {
            that._success(res)
          }