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 @@