onMounted(async () => {
await fetchData();//这是获取缓存的请求,commonData是缓存数据,开发工具后台已经存在
sort();
checkJson();
stepcount();
noticeList.value = uni.getStorageSync('commonData').rollPlayWidthdrawInfoArray || [];
console.log("公告列表", noticeList.value);
});
4***@qq.com
- 发布:2024-12-11 11:32
- 更新:2024-12-11 11:32
- 阅读:26
0 个回复