Merge remote-tracking branch 'origin/20240912_adapter' into 20240912_adapter

20240912_adapter
wangwei 7 months ago
commit 93aa6f1562

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

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

Loading…
Cancel
Save