修改信息

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:{
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{