From d2902daad7261ac7d0148dbb9f33f39e52d433f6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 16 八月 2024 18:15:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/pages/userinfo/userinfo.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/pages/userinfo/userinfo.vue b/h5/pages/userinfo/userinfo.vue
index b6200c8..65bb981 100644
--- a/h5/pages/userinfo/userinfo.vue
+++ b/h5/pages/userinfo/userinfo.vue
@@ -89,7 +89,7 @@
userAnswerId: '',
name: '',
phone: '',
- idcardType: '0',
+ idcardType: 0,
idcardTypeName: '韬唤璇�',
idcardNo: '',
faceImg: '',
@@ -130,7 +130,7 @@
this.visitorData.idcardTypeName = '鎶ょ収'
}
}
- this.visitorData.userAnswerId = option.userAnswerId
+ this.visitorData.userAnswerId = option.answerId || ''
// this.getVisit()
// uni.$on('update', (data) => {
// this.uploadImg(data.tempFilePath)
--
Gitblit v1.9.3