From c43529a0c1f7ea83b7d899b16aaf4b5b32bc61f3 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 27 三月 2024 09:50:07 +0800 Subject: [PATCH] mrshi --- 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