feat: 首页的调整

This commit is contained in:
2026-07-30 14:41:49 +08:00
parent f17c6e5e3f
commit 49d9bf438e
4 changed files with 15 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ const queryTabsList = async (homePageId) => {
const tabList = res.data;
if (tabList.length === 0) {
uni.showToast({
title: "暂无发现内容",
title: "暂无数据~",
icon: "none"
});
return;