fixe bug about image

This commit is contained in:
cmxdd
2020-08-10 12:04:09 +08:00
parent 64da585bd7
commit a9d4708d2c
2 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<view class="user">
<view class="head" @click="toOthersPage('info')">
<view class="info" :key="num">
<image :src="info.member_avatar"></image>
<image :src="info.member_avatar+'?'+new Date().getTime()"></image>
<view class="name">
<text>{{info.member_nickname==null?"新用户":info.member_nickname}}</text>
<text>账号{{info.member_name}}</text>