diff --git a/src/moduleIOT/pages/iotCarePlan/FR200.tsx b/src/moduleIOT/pages/iotCarePlan/FR200.tsx index a9d7c8b..2612a0f 100644 --- a/src/moduleIOT/pages/iotCarePlan/FR200.tsx +++ b/src/moduleIOT/pages/iotCarePlan/FR200.tsx @@ -99,6 +99,7 @@ class IotCarePlanFR200 extends Component { constructor(props) { super(props); this.state = { + isFullScreen: true, textshow: false, textscreen: "portrait", name: "FR200", @@ -390,7 +391,6 @@ class IotCarePlanFR200 extends Component { ]; async onLoad(option) { - // await closeBLEConnection(this.props.bluetoothInfo.deviceId); console.log(option, "跳转过来的数据"); if (option.modeId) { this.setState({ activeModeID: option.modeId }); @@ -2392,12 +2392,14 @@ class IotCarePlanFR200 extends Component { return ( - + {isFullScreen && ( + + )} @@ -2612,7 +2614,9 @@ class IotCarePlanFR200 extends Component { /> )} - {/* */} + + + {(ActiveModeItem?.modeType === "maskPenetration" || ActiveModeItem?.modeType === "essence") && @@ -2646,23 +2650,6 @@ class IotCarePlanFR200 extends Component { )} - - {/* - - - - - */} - - - - ); }