This commit is contained in:
2025-12-06 20:50:25 +08:00
parent ceb262c9dd
commit a4dbc9402f
4 changed files with 21 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ function Index() {
// await updateLocation();
// await fetchUserInfo();
if (id) {
Taro.showLoading();
// Taro.showLoading();
fetchDetail();
}
});
@@ -104,7 +104,7 @@ function Index() {
setShowEmptyState(true);
}
}
Taro.hideLoading();
// Taro.hideLoading();
};
const onUpdateUserInfo = () => {
@@ -181,7 +181,7 @@ function Index() {
<EmptyState
onGoToOtherGames={() => {
Taro.switchTab({
url: '/main_pages/index',
url: "/main_pages/index",
});
}}
onGoToHome={handleBack}