将原来顺序执行的4个API调用改为并行执行(Promise.all), 显著减少首页加载时间。同时提取了渲染函数 renderWeeklyChart、 renderBossRankingPreview、renderPartnerRankingPreview,提高代码复用性。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
移除了进入接单列表页面时自动滚动到今天的逻辑,避免界面 在加载后自动往上滚动的问题。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>