Browse Source

修改商品列表不显示的问题

zyh
Gao xiaosong 4 years ago
parent
commit
b418fdf006
  1. 4
      pages/shop/GoodsList/index.vue

4
pages/shop/GoodsList/index.vue

@ -26,7 +26,7 @@
<!-- down -->
<view class="item" :class="nows ? 'font-color-red' : ''" @click="set_where(3)">新品</view>
</view>
<view class="list acea-row row-between-wrapper" :class="Switch === true ? '' : 'on'" ref="container" v-if="isIntegral == 'false'">
<view class="list acea-row row-between-wrapper" :class="Switch === true ? '' : 'on'" ref="container" v-if="!isIntegral">
<view @click="goGoodsCon(item)" class="item" :class="Switch === true ? '' : 'on'" v-for="(item, productListIndex) in productList"
:key="productListIndex" :title="item.storeName">
<view class="pictrue" :class="Switch === true ? '' : 'on'">
@ -311,4 +311,4 @@
border-top: 3px solid #f5f5f5;
padding-bottom: 1px;
}
</style>
</style>

Loading…
Cancel
Save