Leon 2 年 前
コミット
c500846c81

+ 5 - 3
src/features/trackTimeDuration/components/SetSchedule.rn.tsx

@@ -365,10 +365,11 @@ export default function Component() {
                     <Text className="cell_value" style={{ color: scenario.step == 'fast' ? ColorType.fast : ColorType.sleep }}>{hours > 0 ? hours + '小时' : ''}{minutes > 0 ? minutes + '分钟' : ''}</Text>
                     <Image className="cell_arrow" src={require('@/assets/images/arrow3.png')} />
                 </View>
-                <Text className="cell_footer">计划每日断食16小时45分钟,其余7小时15分钟进食。</Text>
+                <Text className="cell_footer">时长描述</Text>
+                {/* <Text className="cell_footer">计划每日断食16小时45分钟,其余7小时15分钟进食。</Text> */}
 
                 <View style={{ height: rpxToPx(60) }} />
-                <Text className="cell_header">{scenario.step == 'fast' ? '断食日程' : '睡眠目标'}</Text>
+                <Text className="cell_header">{scenario.step == 'fast' ? '断食日程' : '睡眠日程'}</Text>
                 <View className="cell_top" onClick={() => {
                     setIsModalTimePicker(true)
                     setChooseStart(true)
@@ -388,7 +389,8 @@ export default function Component() {
                     <Text className="cell_value" style={{ color: scenario.step == 'fast' ? ColorType.fast : ColorType.sleep }}>{endTime}</Text>
                     <Image className="cell_arrow" src={require('@/assets/images/arrow3.png')} />
                 </View>
-                <Text className="cell_footer">计划每日18:00开始断食,次日10:00结束断食。</Text>
+                <Text className="cell_footer">日程描述</Text>
+                {/* <Text className="cell_footer">计划每日18:00开始断食,次日10:00结束断食。</Text> */}
             </View>
 
             <View style={{ flex: 1 }} />