Browse Source

穿搭推荐图片字段修改

LXT-NJ\Admin 2 years ago
parent
commit
435185ed27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/shouye/index.vue

+ 1 - 1
pages/shouye/index.vue

@@ -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
 							})
 						})