bb980684 by yyx

”1“

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