@@ -245,7 +245,7 @@
if (res.data.code == 200) {
res.data.data.forEach(item => {
that.list.push({
- src: item.thumb,
+ src: item.image,
name: item.title
})