Commit 546bc203 authored by 王炽's avatar 王炽

6666666

parent e667ab40
......@@ -1244,7 +1244,7 @@
}
});
const bannerList = ref([
{
img: $baseUrl + `contentLibrary/1003/${libraryData?.value?.bannerList[0]?.img}`,
......@@ -1362,7 +1362,7 @@
})
// 页面加载
onMounted(() => {
onMounted(async() => {
const {data} = await fetchContentLibraryJSON();
libraryData.value = {...data};
......
......@@ -982,8 +982,8 @@
isNewArr: [9]
}
]);
const recentAnnualPointsTotal = ref();
const nextGradeScoreRuleMin = ref();
const recentAnnualPointsTotal = ref(0);
const nextGradeScoreRuleMin = ref(0);
const upLevelExp = ref([1000,2000,3000,4000,5000]);
const quanyiListIcon = ref([
'yueyueliBtn.png','shengriBtn.png','yuerBtn.png','heliBtn.png',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment