riku
2022-10-21 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23
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)
          }