更新v1.4版本,修复了一些已知问题
This commit is contained in:
@@ -73,7 +73,6 @@ async function loadDashboard() {
|
||||
document.getElementById('totalPoints').textContent = res.data.total_points;
|
||||
}
|
||||
|
||||
// 加载排名信息
|
||||
// 加载排名信息
|
||||
const rankRes = await apiGet('/api/parent/child/ranking');
|
||||
if (rankRes && rankRes.success) {
|
||||
|
||||
Reference in New Issue
Block a user