From f56bac576f12e0d5774d1fcc4eae4ee4072c3e8c Mon Sep 17 00:00:00 2001 From: Strange <3304393868@qq.com> Date: Fri, 17 May 2024 02:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=BA=9Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/liuyan/LiuYan.vue | 5 +- src/components/mine/mine.vue | 129 ++++++++++++--------------- src/components/zhishi/ZhiShiDesc.vue | 59 ++++++------ src/views/commonHeader.vue | 23 ++++- 4 files changed, 110 insertions(+), 106 deletions(-) diff --git a/src/components/liuyan/LiuYan.vue b/src/components/liuyan/LiuYan.vue index 387e02f..18bdf03 100644 --- a/src/components/liuyan/LiuYan.vue +++ b/src/components/liuyan/LiuYan.vue @@ -149,7 +149,8 @@ export default { }); this.dialogVisible = false; }, 1000); - location.reload(); + // location.reload(); + this.searchUser() }); }, @@ -162,6 +163,8 @@ export default { message: "删除成功", type: "success", }); + this.searchUser() + // location.reload(); }, 1000); }); diff --git a/src/components/mine/mine.vue b/src/components/mine/mine.vue index 26170db..8d00c36 100644 --- a/src/components/mine/mine.vue +++ b/src/components/mine/mine.vue @@ -2,22 +2,23 @@
- - - + class="avatar-uploader" + :action="baseURL + '/common/alibabaUpload'" + :show-file-list="false" + :headers="headerObj" + name="file" + :on-success="handleAvatarSuccess" + > + + +

昵称

@@ -40,8 +41,8 @@
-

保存

-

注销

+ 保存 + 注销
@@ -50,26 +51,28 @@