From ac67c16378d58796574b464a759b35fa9533d0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Tue, 11 Apr 2023 19:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=97=E6=BC=8F=E8=A1=A5=E5=85=85=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/address/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mine/address/add.vue b/pages/mine/address/add.vue index dce017e..1ca7598 100644 --- a/pages/mine/address/add.vue +++ b/pages/mine/address/add.vue @@ -279,7 +279,7 @@ export default { if (this.$store.state.isShowToast){ uni.hideLoading() }; }); } - if (this.$store.state.isShowToast){ uni.hideLoading() }; + uni.hideLoading(); }, // 初始化rules必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕 onReady() {