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