qxf #113
@ -115,7 +115,7 @@ export default {
|
||||
},
|
||||
success: uploadFileRes => {
|
||||
let obj = JSON.parse(uploadFileRes.data)
|
||||
that.fileurl = obj.data.file_path
|
||||
that.fileurl = obj.data.file_path+'?'+new Date().getTime()
|
||||
that.filename = obj.data.file_name
|
||||
that.num++
|
||||
console.log(that.fileurl,that.filename)
|
||||
|
@ -2,7 +2,7 @@
|
||||
<view class="user">
|
||||
<view class="head" @click="toOthersPage('info')">
|
||||
<view class="info">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user