Explorar el Código

更新身份证虚线框

gavin.chen hace 1 año
padre
commit
018fa1b4af
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  1. BIN
      assets/images/id_card.png
  2. 1 0
      lib/pages/patient/create/controller.dart

BIN
assets/images/id_card.png


+ 1 - 0
lib/pages/patient/create/controller.dart

@@ -316,6 +316,7 @@ class CreatePatientController extends FControllerBase with HomeNavMixin {
     // 校验最后一位校验码
     String checkCode = getCheckCode(idCard17);
     if (idCard[17].toUpperCase() != checkCode) {
+      print("checkCode: $checkCode");
       return false;
     }