💄 fix(scroll): 调整滚动条样式

This commit is contained in:
BTMuli
2023-04-24 23:57:53 +08:00
parent ffc354a319
commit 4c8cb39bf6
5 changed files with 15 additions and 17 deletions

View File

@@ -116,10 +116,10 @@ async function writeData () {
console.info("开始恢复数据...");
const res = await restoreUiafData();
if (res !== false) {
const { total, completed } = res;
const { total, fin } = res;
console.info("开始恢复成就数据...");
const achievementsStore = useAchievementsStore();
achievementsStore.flushData(total, completed);
achievementsStore.flushData(total, fin);
console.info("成就数据恢复完成!");
} else {
console.info("未找到成就数据!");