Forráskód Böngészése

去除绑定门诊号校验身份证

‘chenzhilei’ 2 hete
szülő
commit
6c1383052e
1 módosított fájl, 7 hozzáadás és 6 törlés
  1. 7 6
      src/views/mine/patient-id-cards/BindPatientCard.vue

+ 7 - 6
src/views/mine/patient-id-cards/BindPatientCard.vue

@@ -161,12 +161,13 @@ const beforeBindCard = () => {
   if (card.cardType === 2) {
     bindCard()
   } else {
-    hasValidIdCard(card).then(() => {
-      bindCard()
-    }).catch((e) => {
-      correctIdCardHint.value = e.toString().replace('Error:', '')
-      correctIdCard.value = true
-    })
+    bindCard()
+    // hasValidIdCard(card).then(() => {
+    //   bindCard()
+    // }).catch((e) => {`
+    //   correctIdCardHint.value = e.toString().replace('Error:', '')
+    //   correctIdCard.value = true
+    // })
   }
 }