From 49996f11cbe33422a105e999a647e2c74457b29f Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Mon, 9 Jan 2023 14:06:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E5=8F=96=E6=B6=88=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- member-Recharge/rec-confirmation/rec-confirmation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/member-Recharge/rec-confirmation/rec-confirmation.vue b/member-Recharge/rec-confirmation/rec-confirmation.vue index 5088eea..f96afef 100644 --- a/member-Recharge/rec-confirmation/rec-confirmation.vue +++ b/member-Recharge/rec-confirmation/rec-confirmation.vue @@ -667,12 +667,12 @@ }) return; } - this.thirdCancelOrder(); uni.showToast({ title: res.return_msg, icon: 'none', duration: 2000 - }); + }); + this.thirdCancelOrder(); }) return; }