做文章中心

This commit is contained in:
云泽网
2025-05-28 00:41:02 +08:00
parent 4838f1f589
commit 205343674a
14 changed files with 2895 additions and 209 deletions
@@ -72,17 +72,6 @@
loadSecurityInfo();
});
// 加载安全信息
function loadSecurityInfo() {
fetch('/index/user/getSecurityInfo')
.then(response => response.json())
.then(data => {
if (data.code === 0) {
document.getElementById('phoneNumber').textContent = data.data.phone || '未绑定';
}
});
}
// 修改密码
function changePassword() {
layer.open({