From 5d104109b1e8ed08822a0bdb185dbe18520cb49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Fri, 25 Oct 2024 10:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=8F=98=E6=9B=B4=202024/8/2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/fgChange.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) }) },