From afa354464db171fa218f1f4cb7915e85ef226770 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 22 Sep 2023 18:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=93=8D=E4=BD=9C=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E8=87=AA=E5=8A=A8=E4=BC=9A=E8=B7=B3=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/merchantDetails/merchantDetails.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subpkg/merchantDetails/merchantDetails.vue b/subpkg/merchantDetails/merchantDetails.vue index fa353e6..32fc983 100644 --- a/subpkg/merchantDetails/merchantDetails.vue +++ b/subpkg/merchantDetails/merchantDetails.vue @@ -169,7 +169,7 @@ this.tipShow = false; this.$nextTick(() => { Toast('已通过'); - this.initData(); + uni.navigateBack(); }) }, async noPass() { @@ -182,7 +182,7 @@ this.modalShow = false; this.$nextTick(() => { Toast('已拒绝'); - this.initData(); + uni.navigateBack(); }) }, priview(url) {