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