This commit is contained in:
2024-10-11 17:22:12 +08:00

View File

@@ -155,6 +155,7 @@ export default {
async getOrderDetail() {
const res = await tbOrderInfoDetail(this.order.id);
if (res.status == "closed") {
this.clear()
this.$emit("paySuccess");
}
},