扫多段码

20240912_adapter
yewj 7 months ago
parent e8f5c0de79
commit 199d5133c4

@ -1549,7 +1549,7 @@ export default {
}
// 2. "01" 18
if (str.startsWith("01") && str.length >= 18) {
if (str.startsWith("01") && str.length >= 16) {
return true;
}

@ -1595,7 +1595,7 @@ export default {
}
// 2. "01" 18
if (str.startsWith("01") && str.length >= 18) {
if (str.startsWith("01") && str.length >= 16) {
return true;
}

Loading…
Cancel
Save