|
@@ -7,7 +7,7 @@
|
|
|
<!-- 商品 -->
|
|
|
<view class="goods">
|
|
|
<view v-for="(item,index) in goodsList" :key="item.type.id" v-if="goodsList.length&&item.list.length">
|
|
|
- <u-section :title="item.type.name" line-color="#01c9b2" sub-title="更多" @click="toGoods(item.type)"></u-section>
|
|
|
+ <u-section :title="item.type.name" font-size="35" line-color="#01c9b2" sub-title="更多" @click="toGoods(item.type)"></u-section>
|
|
|
<view class="goods-list">
|
|
|
<uni-coods :list="item.list"></uni-coods>
|
|
|
</view>
|