|
@@ -14,6 +14,7 @@ import showActionSheet from "@/components/basic/ActionSheet";
|
|
|
import { rpxToPx } from "@/utils/tools";
|
|
import { rpxToPx } from "@/utils/tools";
|
|
|
import { setMode } from "@/store/health";
|
|
import { setMode } from "@/store/health";
|
|
|
import { getCountownTime, getDuration, getScenario, getWindowStatus } from "./hooks/health_hooks";
|
|
import { getCountownTime, getDuration, getScenario, getWindowStatus } from "./hooks/health_hooks";
|
|
|
|
|
+import { IconMore } from "@/components/basic/Icons";
|
|
|
|
|
|
|
|
let useNavigation;
|
|
let useNavigation;
|
|
|
let min = 0
|
|
let min = 0
|
|
@@ -467,6 +468,11 @@ export default function MainConsole(props: { type: WindowType }) {
|
|
|
{/* {
|
|
{/* {
|
|
|
(health.mode == 'EAT' || health.mode == 'ACTIVE') && <Text style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }} onClick={more}>更多</Text>
|
|
(health.mode == 'EAT' || health.mode == 'ACTIVE') && <Text style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }} onClick={more}>更多</Text>
|
|
|
} */}
|
|
} */}
|
|
|
|
|
+ {
|
|
|
|
|
+ (health.mode == 'EAT' || health.mode == 'ACTIVE') && <View className="main_footer_more" onClick={more}>
|
|
|
|
|
+ <IconMore color="#b2b2b2" width={17}/>
|
|
|
|
|
+ </View>
|
|
|
|
|
+ }
|
|
|
</View>
|
|
</View>
|
|
|
|
|
|
|
|
{
|
|
{
|