This commit is contained in:
qsh
2025-06-11 17:16:41 +08:00
parent 7442289a87
commit e889c92d35

View File

@@ -133,7 +133,8 @@ const question = defineStore({
});
storage.set(`wrongList_subject${course}`, falseArr);
storage.set(`rightList_subject${course}`, rightArr);
} catch () {
} catch (err) {
console.log(err);
uni.showToast({
title: '题库下载异常,请稍后再试',
icon: 'none'