修改一个问题

This commit is contained in:
daihh
2022-11-01 00:29:43 +08:00
parent 4353ec9367
commit 0836883b94

View File

@@ -273,7 +273,7 @@
// 保存个人主页选项的编辑
saveHideHome(){
//执行隐藏操作
userApi.updateShowHome(this.hideHome).then(res=>{
userApi.updateShowHome(!this.hideHome).then(res=>{
if(res.status == 200) {
this.hideHomeEdit = false;
//this.userInfo.showHome = !this.hideHome;