修改信息
This commit is contained in:
parent
b834b8fafd
commit
dfc24ec1fe
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user