”1“
Showing
2 changed files
with
2 additions
and
0 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment