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