mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 21:06:42 +08:00
修改一个问题
This commit is contained in:
@@ -273,7 +273,7 @@
|
|||||||
// 保存个人主页选项的编辑
|
// 保存个人主页选项的编辑
|
||||||
saveHideHome(){
|
saveHideHome(){
|
||||||
//执行隐藏操作
|
//执行隐藏操作
|
||||||
userApi.updateShowHome(this.hideHome).then(res=>{
|
userApi.updateShowHome(!this.hideHome).then(res=>{
|
||||||
if(res.status == 200) {
|
if(res.status == 200) {
|
||||||
this.hideHomeEdit = false;
|
this.hideHomeEdit = false;
|
||||||
//this.userInfo.showHome = !this.hideHome;
|
//this.userInfo.showHome = !this.hideHome;
|
||||||
|
|||||||
Reference in New Issue
Block a user