更新个人中心

This commit is contained in:
TOP糯米 2023-03-20 21:26:40 +08:00
parent a314424c25
commit ff047a6c69
1 changed files with 6 additions and 6 deletions

View File

@ -181,12 +181,12 @@ export default {
this.$utils.toPage(url); this.$utils.toPage(url);
}, },
showCarefree() { showCarefree() {
this.showCarefreeModal = true; // this.showCarefreeModal = true;
this.$request({ // this.$request({
api: "system.carefree", // api: "system.carefree",
}).then((response) => { // }).then((response) => {
this.carefreeContent = response.data.content; // this.carefreeContent = response.data.content;
}); // });
}, },
}, },
}; };