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) }