Commit 280bb537 authored by 王炽's avatar 王炽

666666

parent 6eef0761
......@@ -531,15 +531,15 @@
isNewArr: [6,7]
},
{
qunyiList: [7,8,0,2,4,5],
isNewArr: [7,8]
qunyiList: [8,6,7,0,2,4,5],
isNewArr: [8]
},
{
qunyiList: [9,0,2,4,5,6,7,8],
qunyiList: [9,8,6,7,0,2,4,5],
isNewArr: [9]
},
{
qunyiList: [9,0,2,4,5,6,7,8],
qunyiList: [9,8,6,7,0,2,4,5],
isNewArr: [9]
}
]
......@@ -1233,6 +1233,7 @@
console.log('onBeforeMount');
const {data} = await fetchIntegralJSON();
integralData.value = {...data};
})
onMounted(async() => {
......@@ -1262,6 +1263,9 @@
await userStore.loadMemberInfo();
initNetData();
itemIndex.value = vipLevel.value;
});
const initNetData = () => {
......
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