LIJU hai 5 meses
pai
achega
188785d108
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/medical-insurance/readcard/Index.vue

+ 1 - 1
src/components/medical-insurance/readcard/Index.vue

@@ -115,7 +115,7 @@ export default {
 
 const executeReadCard = (cardtype, retryCount = 0) => {
   const nowbiztype = props.biztype || currentBiztype.value
-  const maxRetries = 3 // 最大重试次数
+  const maxRetries = 5 // 最大重试次数
   const retryDelay = 1500 // 重试间隔时间(毫秒)
   
   if (cardtype !== 'qrcode') {