Commit 9084ee72 authored by yzl's avatar yzl

- 修复引导页闪动

parent 147fb927
Pipeline #58182 failed with stages
...@@ -216,10 +216,10 @@ const BootPage = props => { ...@@ -216,10 +216,10 @@ const BootPage = props => {
{industries.map( {industries.map(
item => item =>
props.global && props.global &&
<li Industries.indexOf(item.type) > -1 &&
<li
className={styles.bootPageLi} className={styles.bootPageLi}
key={item.type} key={item.type}
style={{display: Industries.indexOf(item.type) > -1 ? 'block' : 'none'}}
onClick={event => handlePage(event, item.type)}> onClick={event => handlePage(event, item.type)}>
<div className={styles.bootPageList}> <div className={styles.bootPageList}>
<div className={styles.listMain}> <div className={styles.listMain}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment