价格显示问题
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="cate_box">
|
||||
<scroll-view scroll-x="true">
|
||||
<view class="cate_list" v-if="cateList.length>0">
|
||||
<view class="cate_item_box" v-for="(item, index) in cateList" @click="handleClickCate(item)">
|
||||
<view class="cate_item_box" v-if="item.id!=75" v-for="(item, index) in cateList" @click="handleClickCate(item)">
|
||||
<view class="cate_item_border">
|
||||
<image :src="item.icon"></image>
|
||||
</view>
|
||||
@@ -258,7 +258,7 @@ export default {
|
||||
align-items: center;
|
||||
|
||||
.cate_item_box {
|
||||
width: 20%;
|
||||
width: 25%;
|
||||
padding: 40rpx 0 30rpx;
|
||||
text-align: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user