uu
This commit is contained in:
parent
c221ea53a6
commit
e6b37143a4
@ -63,6 +63,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleCloseModal(){
|
handleCloseModal(){
|
||||||
|
this.imageUrl = []
|
||||||
},
|
},
|
||||||
handlePreview(index){
|
handlePreview(index){
|
||||||
uni.previewImage({
|
uni.previewImage({
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user