|
@@ -98,7 +98,7 @@ const payStatus = async () => {
|
|
clearTimer()
|
|
clearTimer()
|
|
// 支付成功
|
|
// 支付成功
|
|
emit('paySuccess')
|
|
emit('paySuccess')
|
|
- getUnpaidOrderList() // 重新创建新的支付订单
|
|
|
|
|
|
+ // getUnpaidOrderList() // 重新创建新的支付订单
|
|
// 返回指定页面
|
|
// 返回指定页面
|
|
if (route.fullPath === props.returnUrl) router.go(0)
|
|
if (route.fullPath === props.returnUrl) router.go(0)
|
|
else if (props.returnUrl) router.push(props.returnUrl)
|
|
else if (props.returnUrl) router.push(props.returnUrl)
|