From 51a208c7715ecfea9faeccd5ee56ed2d0a697c95 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期六, 20 四月 2024 15:24:28 +0800
Subject: [PATCH] 工作调度

---
 h5/pages/userinfo/userinfo.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/h5/pages/userinfo/userinfo.vue b/h5/pages/userinfo/userinfo.vue
index fc49bd6..11fbad0 100644
--- a/h5/pages/userinfo/userinfo.vue
+++ b/h5/pages/userinfo/userinfo.vue
@@ -86,8 +86,8 @@
 					userAnswerId: '',
 					name: '',
 					phone: '',
-					idcardType: '',
-					idcardTypeName: '',
+					idcardType: '0',
+					idcardTypeName: '韬唤璇�',
 					idcardNo: '',
 					faceImg: '',
 					faceImgUrl: '',
@@ -221,7 +221,7 @@
 				var that = this
 				that.type = type
 				if (type === 'faceImg') {
-					that.$refs.cropper.open()
+					that.$refs.cropper.chooseImage()
 					return
 				}
 				uni.chooseImage({

--
Gitblit v1.9.3