Browse Source

支付成功后不重新创建新订单

lifanagju_citu 8 tháng trước cách đây
mục cha
commit
bee1314a1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/personalRecharge/initPay.vue

+ 1 - 1
src/components/personalRecharge/initPay.vue

@@ -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)