提交2
parent
5957c16915
commit
912c9d09ca
|
|
@ -142,7 +142,7 @@ export default function Page({isHome}) {
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{
|
{/* {
|
||||||
slList.map((item)=>
|
slList.map((item)=>
|
||||||
<div className={'gcaqjc_bzt_sl_'+item.stationCode} onClick={()=>{
|
<div className={'gcaqjc_bzt_sl_'+item.stationCode} onClick={()=>{
|
||||||
setOpenSl(true)
|
setOpenSl(true)
|
||||||
|
|
@ -152,7 +152,7 @@ export default function Page({isHome}) {
|
||||||
<img width={20} style={{marginTop:'-4px'}} src={`${process.env.PUBLIC_URL}/assets/xyt/fxdd/${item.status===1?'sl2.png':'sl.png'}`} alt="" id="img" draggable="false" />
|
<img width={20} style={{marginTop:'-4px'}} src={`${process.env.PUBLIC_URL}/assets/xyt/fxdd/${item.status===1?'sl2.png':'sl.png'}`} alt="" id="img" draggable="false" />
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
} */}
|
||||||
{
|
{
|
||||||
wyList.map((item)=>
|
wyList.map((item)=>
|
||||||
<div className={'gcaqjc_bzt_wy_'+item.stationCode} onClick={()=>{
|
<div className={'gcaqjc_bzt_wy_'+item.stationCode} onClick={()=>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue