|
|
@@ -109,10 +109,9 @@ const ProfilePage: React.FC = () => {
|
|
|
<TabBarLayout activeKey="profile">
|
|
|
<Navbar
|
|
|
title="个人中心"
|
|
|
- rightIcon="i-heroicons-cog-6-tooth-20-solid"
|
|
|
- onClickRight={handleSettings}
|
|
|
+ leftIcon=""
|
|
|
/>
|
|
|
- <View className="flex-1 flex items-center justify-center">
|
|
|
+ <View className="flex-1 flex flex-col items-center justify-center">
|
|
|
<View className="flex flex-col items-center">
|
|
|
<View className="i-heroicons-exclamation-circle-20-solid w-12 h-12 text-gray-400 mx-auto mb-4" />
|
|
|
<Text className="text-gray-600 mb-4">请先登录</Text>
|
|
|
@@ -135,6 +134,7 @@ const ProfilePage: React.FC = () => {
|
|
|
title="个人中心"
|
|
|
rightIcon="i-heroicons-cog-6-tooth-20-solid"
|
|
|
onClickRight={handleSettings}
|
|
|
+ leftIcon=""
|
|
|
/>
|
|
|
<ScrollView className="flex-1 bg-gray-50">
|
|
|
{/* 用户信息卡片 */}
|