From 9785038621a477e5b1195783eb97df0d10c8b9f1 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 11 Oct 2024 17:21:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E8=AF=BE=E4=B8=8B?= =?UTF-8?q?=E5=8D=95=E7=94=A8=E6=88=B7=E6=89=AB=E7=A0=81=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=90=8E=E6=9C=AA=E6=B8=85=E9=99=A4=E5=AE=9A=E6=97=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/components/scan-pay.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/tool/Instead/components/scan-pay.vue b/src/views/tool/Instead/components/scan-pay.vue index d37f0ec..b2f2de8 100644 --- a/src/views/tool/Instead/components/scan-pay.vue +++ b/src/views/tool/Instead/components/scan-pay.vue @@ -155,6 +155,7 @@ export default { async getOrderDetail() { const res = await tbOrderInfoDetail(this.order.id); if (res.status == "closed") { + this.clear() this.$emit("paySuccess"); } },