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: {
handleCloseModal(){
this.imageUrl = []
},
handlePreview(index){
uni.previewImage({

View File

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