资料修改ok

This commit is contained in:
2025-07-14 17:19:01 +08:00
parent 85d59b2799
commit 566aade03a
5 changed files with 199 additions and 176 deletions
+7 -2
View File
@@ -394,7 +394,9 @@
background: #f2dede;
color: var(--error-color);
}
input[type="file"] {
display: none;
}
</style>
@@ -640,7 +642,10 @@
if (c.statusCode == 200) {
if (c.data.err_code == 0) {
banner_alert('success', "更新成功", 950)
banner_alert('success', "更新成功", 1000,()=>{
location.reload();
})
} else {
banner_alert('warning', "错误:"+c.data.err_msg, 1000)
}