清理 console.log 过多个人信息

This commit is contained in:
YunaiV
2023-12-25 23:42:06 +08:00
parent 6f2455fec3
commit afa7220f58
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -245,16 +245,16 @@
state.model.avatar = data;
}
// 修改密码 TODO
// 修改密码
function onSetPassword() {
showAuthModal('changePassword');
}
// 绑定第三方账号 TODO
// 绑定第三方账号
async function bindThirdOauth() {
let result = await sheep.$platform.useProvider('wechat').bind();
if (result) {
getUserInfo();
await getUserInfo();
}
}