|
|
@ -15,7 +15,7 @@ |
|
|
|
<scroll-view class="typeList" scroll-x="true"> |
|
|
|
<scroll-view class="typeList" scroll-x="true"> |
|
|
|
<view v-for="(item,index) in tabbar" :key="index" class="bandsImg" |
|
|
|
<view v-for="(item,index) in tabbar" :key="index" class="bandsImg" |
|
|
|
@click="onChage(item,1,index)" |
|
|
|
@click="onChage(item,1,index)" |
|
|
|
:style="{'color':item.category_id==isBanrdActive?'#F43B21':'#5A5A5A','border':item.category_id==isBanrdActive?'1rpx solid #F22029':'1rpx solid #E7E7E7'}"> |
|
|
|
:style="{display: item.image ? 'inline-block' : 'none','color':item.category_id==isBanrdActive?'#F43B21':'#5A5A5A','border':item.category_id==isBanrdActive?'1rpx solid #F22029':'1rpx solid #E7E7E7'}"> |
|
|
|
<image :src="item.image?item.image.external_url:''" mode="aspectFill"></image> |
|
|
|
<image :src="item.image?item.image.external_url:''" mode="aspectFill"></image> |
|
|
|
<view class="typeItem">{{item.name}}</view> |
|
|
|
<view class="typeItem">{{item.name}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -134,8 +134,7 @@ |
|
|
|
<text v-if="item.line_price_min > 0" |
|
|
|
<text v-if="item.line_price_min > 0" |
|
|
|
class="line-price col-9 f-24">¥{{ item.line_price_min>0?Number(item.line_price_min):0.00 }}</text> |
|
|
|
class="line-price col-9 f-24">¥{{ item.line_price_min>0?Number(item.line_price_min):0.00 }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image :src="$picUrl+'/static/detail/redShen.png'" v-if="item.is_check==1" |
|
|
|
<image :src="$picUrl+'/static/detail/redShen.png'" v-if="item.is_check==1" mode=""> |
|
|
|
mode=""> |
|
|
|
|
|
|
|
</image> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="goodsInfo" v-if="item.cmmdty_model"> |
|
|
|
<!-- <view class="goodsInfo" v-if="item.cmmdty_model"> |
|
|
@ -297,7 +296,7 @@ |
|
|
|
}], |
|
|
|
}], |
|
|
|
multiIndex: -1, |
|
|
|
multiIndex: -1, |
|
|
|
blheight: 0, |
|
|
|
blheight: 0, |
|
|
|
from: '' |
|
|
|
from: '', |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -572,7 +571,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
::v-deep .u-empty { |
|
|
|
::v-deep .u-empty { |
|
|
|
padding: 100rpx 0; |
|
|
|
padding: 150rpx 0 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.head { |
|
|
|
.head { |
|
|
@ -754,6 +753,7 @@ |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.goods-item { |
|
|
|
.goods-item { |
|
|
|
// width: 50%; |
|
|
|
// width: 50%; |
|
|
|
} |
|
|
|
} |
|
|
|