瀏覽代碼

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

‘chenzhilei’ 2 周之前
父節點
當前提交
6c1383052e
共有 1 個文件被更改,包括 7 次插入6 次删除
  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
+    // })
   }
 }