修改升级接收方式

This commit is contained in:
kron
2025-07-22 09:36:38 +08:00
parent cbf83952d7
commit d3029865cf
8 changed files with 36 additions and 42 deletions

View File

@@ -59,7 +59,8 @@ const toRankListPage = () => {
};
onShow(async () => {
if (user.value.id) {
const token = uni.getStorageSync("token");
if (token) {
const result = await getHomeData();
updateRank(result);
console.log("首页数据:", result);