diff --git a/app/(tabs)/personal.tsx b/app/(tabs)/personal.tsx index e3d5808..ce76590 100644 --- a/app/(tabs)/personal.tsx +++ b/app/(tabs)/personal.tsx @@ -134,7 +134,6 @@ export default function PersonalScreen() { {/* 用户信息 */} {profile.fullName || '未设置姓名'} - 减脂计划 {/* 编辑按钮 */} @@ -382,10 +381,6 @@ const styles = StyleSheet.create({ color: '#000', marginBottom: 4, }, - userProgram: { - fontSize: 14, - color: '#888', - }, // 统计信息区域 statsContainer: {