From 812bb07e1e9f9b9bc34e58ae87135ff8e3bd3af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=93=E9=9B=AA=E5=B3=B0?= <634123426@qq.com> Date: Sat, 17 Oct 2020 09:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=8D=A2=E5=A4=B4?= =?UTF-8?q?=E5=83=8F=E5=88=B7=E6=96=B0=E4=B8=8D=E5=8F=8A=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/info.vue | 2 +- pages/user/myinfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/user/info.vue b/pages/user/info.vue index 3e00ec7..5bb7d19 100644 --- a/pages/user/info.vue +++ b/pages/user/info.vue @@ -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) diff --git a/pages/user/myinfo.vue b/pages/user/myinfo.vue index 5266b52..9df80e2 100644 --- a/pages/user/myinfo.vue +++ b/pages/user/myinfo.vue @@ -2,7 +2,7 @@ - + {{info.member_nickname==null?"新用户":info.member_nickname}} 账号:{{info.member_name}}