自定义标题

This commit is contained in:
2025-10-17 11:53:29 +08:00
parent ac2c9571e7
commit 8f688378e1
5 changed files with 546 additions and 422 deletions

View File

@@ -174,7 +174,7 @@ const MyselfPage: React.FC = () => {
Taro.navigateTo({
url: "/publish_pages/publishBall/index",
});
}
};
// 处理球局订单
const handle_game_orders = () => {
@@ -243,8 +243,9 @@ const MyselfPage: React.FC = () => {
<Text className="tab_text"></Text>
</View>
<View
className={`tab_item ${active_tab === "participated" ? "active" : ""
}`}
className={`tab_item ${
active_tab === "participated" ? "active" : ""
}`}
onClick={() => setActiveTab("participated")}
>
<Text className="tab_text"></Text>
@@ -266,7 +267,7 @@ const MyselfPage: React.FC = () => {
btnImg="ICON_ADD"
reload={goPublish}
isShowNoData={game_records.length === 0}
loadMoreMatches={() => { }}
loadMoreMatches={() => {}}
/>
</ScrollView>
</View>
@@ -290,7 +291,7 @@ const MyselfPage: React.FC = () => {
error={null}
errorImg="ICON_LIST_EMPTY"
isShowNoData={ended_game_records.length === 0}
loadMoreMatches={() => { }}
loadMoreMatches={() => {}}
/>
</ScrollView>
{/* </View> */}