Merge branch 'light_v3'

This commit is contained in:
张成
2025-09-21 13:27:45 +08:00
15 changed files with 928 additions and 16 deletions

View File

@@ -30,13 +30,13 @@ const MyselfPage: React.FC = () => {
participated: 0,
},
bio: "加载中...",
city: "加载中...",
occupation: "加载中...",
ntrp_level: "NTRP 3.0",
personal_profile: "加载中...",
gender: '',
country: '',
province: '',
city: '',
});
// 球局记录状态
@@ -146,10 +146,10 @@ const MyselfPage: React.FC = () => {
});
};
// 处理收藏
const handle_favorites = () => {
// 处理钱包
const handle_wallet = () => {
Taro.navigateTo({
url: "/other_pages/favorites/index",
url: "/user_pages/wallet/index",
});
};
@@ -183,7 +183,7 @@ const MyselfPage: React.FC = () => {
<Text className="action_text"></Text>
</View>
<View className="action_divider"></View>
<View className="action_content" onClick={handle_favorites}>
<View className="action_content" onClick={handle_wallet}>
<Image
className="action_icon"
src={require("@/static/userInfo/wallet.svg")}