fix
This commit is contained in:
@@ -1394,10 +1394,8 @@ const startPaymentStatusCheck = (orderId) => {
|
||||
// 支付取消
|
||||
clearInterval(checkInterval)
|
||||
loadingInstance.close()
|
||||
|
||||
// 关闭之前的提示框
|
||||
ElMessageBox.close()
|
||||
|
||||
ElMessage.info('支付已取消')
|
||||
} else if (checkCount >= 20) {
|
||||
// 检查超过1分钟(20次 * 3秒)
|
||||
|
||||
Reference in New Issue
Block a user