1
0

2 Коммитууд 1e121177ae ... d357ff8970

Эзэн SHA1 Мессеж Огноо
  徐勤民 d357ff8970 refactor(login): 优化注册页面密码验证逻辑 1 сар өмнө
  Weipeng Qi 095d1d3024 fix: 注册验证 1 сар өмнө

+ 1 - 0
src/main/ets/utils/ValidatorHelper.ets

@@ -33,5 +33,6 @@ export class ValidatorHelper {
     let regexp: RegExp = new RegExp('(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)');
     return regexp.test(idcardNum)
   }
+
 }