This commit is contained in:
aihe 2024-08-27 23:56:39 +08:00
parent c221ea53a6
commit e6b37143a4
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ export default {
}, },
methods: { methods: {
handleCloseModal(){ handleCloseModal(){
this.imageUrl = []
}, },
handlePreview(index){ handlePreview(index){
uni.previewImage({ uni.previewImage({

View File

@ -6,7 +6,7 @@
<u-row justify="center"> <u-row justify="center">
<view> <view>
<u-row> <u-row>
<u-avatar size="120"></u-avatar> <u-avatar :src="userInfo.avatar" size="120"></u-avatar>
<view class="pl-30"> <view class="pl-30">
<u-row> <u-row>
<u-text :text="userInfo.empName" size="32" bold="true"></u-text> <u-text :text="userInfo.empName" size="32" bold="true"></u-text>