mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2025-12-26 07:56:43 +08:00
修复点击头像的报错
This commit is contained in:
parent
96339841a6
commit
3c135977ad
@ -17,12 +17,12 @@
|
||||
</view> -->
|
||||
|
||||
<view class="userinfo" v-if="isAuthInfo">
|
||||
<view class="userinfo-con" @tap="toPersonalInformation">
|
||||
<view class="userinfo-con">
|
||||
<view class="userinfo-avatar">
|
||||
<!-- <open-data type="userAvatarUrl"></open-data> -->
|
||||
<image :src="loginResult.pic?loginResult.pic:'../../static/images/icon/head04.png'"></image>
|
||||
</view>
|
||||
<view class="userinfo-name" @tap="toPersonalInformation">
|
||||
<view class="userinfo-name">
|
||||
<view>{{loginResult.nickName ? loginResult.nickName : "用户昵称"}}</view>
|
||||
<!-- <open-data type="userNickName"></open-data> -->
|
||||
</view>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user