Commit 3409132e authored by 黄韬's avatar 黄韬

fixbug

parent e64e572b
...@@ -67,7 +67,7 @@ const Barrage = props => { ...@@ -67,7 +67,7 @@ const Barrage = props => {
useEffect(() => { useEffect(() => {
createData() createData()
return () => {} return () => {}
}, []) }, [ dataList ])
return ( return (
<View id='barrage_wrap' style={`width:${width / 100}rem`} className={styles['barrage-wrap']}> <View id='barrage_wrap' style={`width:${width / 100}rem`} className={styles['barrage-wrap']}>
......
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