|
@@ -160,7 +160,7 @@ class PushItems extends Component {
|
|
|
tipsDetails,
|
|
|
tmpFlg,
|
|
|
} = this.props.pushMessage;
|
|
|
- const { tipsDiscalimer,chronicPushItems,wholeIndexs,setPushEmergencyIdx,sysConfig,windowHeight} = this.props;
|
|
|
+ const { tipsDiscalimer,chronicPushItems,wholeIndexs,setPushEmergencyIdx,sysConfig,windowHeight,hideAllDrop} = this.props;
|
|
|
const {
|
|
|
billing,
|
|
|
changeCheck,
|
|
@@ -281,7 +281,7 @@ class PushItems extends Component {
|
|
|
tipsDetails = {tipsDetails}/>}
|
|
|
|
|
|
{
|
|
|
- (setPushEmergencyIdx+'')&&(sysConfig.emergency_show==1)&&<EmergencyProcedure windowHeight={windowHeight} data={dataLis[this.state.idx]||dataLis[setPushEmergencyIdx]} idx={this.state.idx||setPushEmergencyIdx} setDataIdx={this.setDataIdx}></EmergencyProcedure>
|
|
|
+ (setPushEmergencyIdx+'')&&(sysConfig.emergency_show==1)&&<EmergencyProcedure hideAllDrop={hideAllDrop} windowHeight={windowHeight} data={dataLis[this.state.idx]||dataLis[setPushEmergencyIdx]} idx={this.state.idx||setPushEmergencyIdx} setDataIdx={this.setDataIdx}></EmergencyProcedure>
|
|
|
}
|
|
|
</div>
|
|
|
);
|