@@ -64,6 +64,12 @@ class TagList extends PureComponent {
const data = res.data.records;
const Img = this.props.ListImg;
let arr = [];
+ if (data==null){
+ this.setState({
+ finished: true
+ })
+ return
+ }
data.forEach((item) => {
arr.push({
id: item.id,