fix: 1
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user