From dfc24ec1fed0800e3a0be83c4d4f116e9700ac0e Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 20 Sep 2023 17:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/modify/modify.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pagesB/modify/modify.vue b/pagesB/modify/modify.vue index 56df8cc..20390ae 100644 --- a/pagesB/modify/modify.vue +++ b/pagesB/modify/modify.vue @@ -71,6 +71,7 @@ appPersonallist:{ birthDate: '', sex:'', + headPictureUrl:'', }, // 性别 sexlist: [{ @@ -94,9 +95,9 @@ sizeType: ['original'], sourceType: ['album'], success(res) { - // that.appPersonallist.headPictureUrl = res.tempFilePaths[0] - // that.img = res.tempFilePaths[0] - // that.image = res.tempFilePaths[0] + that.appPersonallist.headPictureUrl = res.tempFilePaths[0] + that.img = res.tempFilePaths[0] + that.image = res.tempFilePaths[0] } }) }, @@ -215,11 +216,10 @@ ::v-deep u-input { height: 120rpx; line-height: 120rpx; - position: absolute; left: 129rpx; - - // top: 50%; + width: 75%; + } } .submit{