@@ -333,7 +333,7 @@ if ((props.appId - 0) !== 11) updateAccountInfo(true) // 点数发生支付时
// 倒计时
-const countdownTime = 60000*5 // 倒计时五分钟
+const countdownTime = 60000 * 3 // 倒计时三分钟
let remainder = 0 // number
const remainderZhShow = ref('') // 倒计时展示
@@ -212,8 +212,7 @@ watch(
const refreshQRCode =() => { // 刷新二维码
getUnpaidOrderList()
}
-
+const countdownTime = 60000 * 1 // 倒计时三分钟
@@ -88,7 +88,7 @@ let _checkPayStatus = checkPayStatus()
// 计时器
const initIntervalFun = () => {
- let remainder = props.expirationTime < 0 ? 60000 * 10 : props.expirationTime // 倒计时10分钟(ms)
+ let remainder = props.expirationTime < 0 ? 60000 * 3 : props.expirationTime // 倒计时三分钟(ms)
if (interTimer) {
clearInterval(interTimer)