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