diff --git a/src/pages/fg/fgChange.vue b/src/pages/fg/fgChange.vue index 539cf9f9..57a57f26 100644 --- a/src/pages/fg/fgChange.vue +++ b/src/pages/fg/fgChange.vue @@ -117,13 +117,12 @@ export default { reason: '' } }, - mounted() {}, onLoad(option) { uni.setNavigationBarTitle({ title: option.title }) this.getBusinessType() - this.options = getRemoveOption() + // this.options = getRemoveOption() }, // 返回首页 onNavigationBarButtonTap(e) { @@ -286,8 +285,11 @@ export default { fgChangeCommit(params) .then((res) => { const ss = res + uni.hideLoading() + this.currentPackage = null }) .catch((err) => { + uni.hideLoading() this.showErrorMessage(err.message) }) },