修改信息

This commit is contained in:
shidongli 2023-09-20 17:43:13 +08:00
parent b834b8fafd
commit dfc24ec1fe

View File

@ -71,6 +71,7 @@
appPersonallist:{ appPersonallist:{
birthDate: '', birthDate: '',
sex:'', sex:'',
headPictureUrl:'',
}, },
// //
sexlist: [{ sexlist: [{
@ -94,9 +95,9 @@
sizeType: ['original'], sizeType: ['original'],
sourceType: ['album'], sourceType: ['album'],
success(res) { success(res) {
// that.appPersonallist.headPictureUrl = res.tempFilePaths[0] that.appPersonallist.headPictureUrl = res.tempFilePaths[0]
// that.img = res.tempFilePaths[0] that.img = res.tempFilePaths[0]
// that.image = res.tempFilePaths[0] that.image = res.tempFilePaths[0]
} }
}) })
}, },
@ -215,11 +216,10 @@
::v-deep u-input { ::v-deep u-input {
height: 120rpx; height: 120rpx;
line-height: 120rpx; line-height: 120rpx;
position: absolute; position: absolute;
left: 129rpx; left: 129rpx;
width: 75%;
// top: 50%;
} }
} }
.submit{ .submit{