bb980684 by yyx

”1“

1 parent 202b603f
...@@ -22,6 +22,7 @@ const startCheckSuccessListener = (orderSn, actId) => { ...@@ -22,6 +22,7 @@ const startCheckSuccessListener = (orderSn, actId) => {
22 timer = null; 22 timer = null;
23 // 支付成功 23 // 支付成功
24 payment.showCodeDialog = false; 24 payment.showCodeDialog = false;
25 ElMessage({ type: "success", message: "支付成功" });
25 router.push({ 26 router.push({
26 path: "/seat/order", 27 path: "/seat/order",
27 }); 28 });
......
...@@ -60,6 +60,7 @@ const startCheckSuccessListener = (orderSn, actId) => { ...@@ -60,6 +60,7 @@ const startCheckSuccessListener = (orderSn, actId) => {
60 // 支付成功 60 // 支付成功
61 detail.showCodeDialog = false; 61 detail.showCodeDialog = false;
62 detail.fetchData(); 62 detail.fetchData();
63 ElMessage({ type: "success", message: "支付成功" });
63 } else { 64 } else {
64 return false; 65 return false;
65 } 66 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!