Jelajahi Sumber

分类更新

yuxingxing 2 tahun lalu
induk
melakukan
fecfeeadf2
1 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. 4 2
      pages/goods_cate/goods_cate1.vue

+ 4 - 2
pages/goods_cate/goods_cate1.vue

@@ -43,7 +43,7 @@
 										:url='"/pages/goods/goods_list/index?sid=" + itemn.id + "&title=" + itemn.title'
 										class='item acea-row row-column row-middle'>
 										<view class='picture'>
-											<image :src='itemn.logo' v-if="itemn.logo1"></image>
+											<image :src='itemn.logo' v-if="itemn.logo"></image>
 											<image src="/static/images/sort-img.png" v-else></image>
 										</view>
 										<view class='name line1'>{{ $t(itemn.title) }}</view>
@@ -149,7 +149,9 @@ export default {
 	},
 	methods: {
 		getCategoryOne() {
-			getCategoryOne().then(res => {
+			getCategoryOne({
+				parentId: 0
+			}).then(res => {
 				if (res.data.length > 0) {
 					this.productList = res.data
 					this.selectItem = res.data[0]