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"); } },