From e8158d16a13c2ea1f2d8566578137db4394ab610 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期四, 28 三月 2024 18:36:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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