个人主页 - 案例动态展示错位

This commit is contained in:
zhaofang
2022-10-22 13:38:42 +08:00
parent 3c0b0a9f5d
commit 9632febeec
4 changed files with 5 additions and 4 deletions

View File

@@ -119,7 +119,7 @@
apiFollow.remove(this.pageId).then(res=>{
if(res.status == 200) {
this.isFollowHas = false;
this.$message.success("取消关注成功");
this.$message.success("取消关注成功");
} else {
this.$message.error(res.message);
}