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