Explorar o código

穿搭推荐图片字段修改

LXT-NJ\Admin %!s(int64=2) %!d(string=hai) anos
pai
achega
435185ed27
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 							})
 						})