|
|
@@ -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
|
|
|
+ // })
|
|
|
}
|
|
|
}
|
|
|
|