riku
2023-02-24 5d8e52e398bff7bc8f83e8f5b8a387175b958c98
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)
          }