|
|
@@ -107,8 +107,13 @@ const ProfilePage: React.FC = () => {
|
|
|
if (!userProfile) {
|
|
|
return (
|
|
|
<TabBarLayout activeKey="profile">
|
|
|
+ <Navbar
|
|
|
+ title="个人中心"
|
|
|
+ rightIcon="i-heroicons-cog-6-tooth-20-solid"
|
|
|
+ onClickRight={handleSettings}
|
|
|
+ />
|
|
|
<View className="flex-1 flex items-center justify-center">
|
|
|
- <View className="text-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>
|
|
|
<Button
|