Commit 8be0d208 by zhanghaozhe

周年庆

parent e7a4317f
......@@ -517,7 +517,7 @@ class Anniversary2020 extends Component {
if (code === 200) {
this.setState((state, props) => {
return {
bulletScreenList: state.bulletScreenList.concat(data),
bulletScreenList: state.bulletScreenList.concat(Array.isArray(data) ? data : []),
}
});
......
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