|
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
<u-tabs :list="menuList" bg-color="#fafafa" inactive-color="#3C3C3C" active-color="#FF3C43" |
|
|
|
|
:is-scroll="true" font-size="30" v-model="current" @change="onChosed"></u-tabs> |
|
|
|
|
</view> |
|
|
|
|
<view scroll-x class="b"> |
|
|
|
|
<view scroll-x class="b" style="display: flex;flex-wrap: wrap;justify-content:space-between"> |
|
|
|
|
<!-- <u-waterfall v-model="goodList" ref="uWaterfall1"> --> |
|
|
|
|
<!-- <template v-slot:left="{leftList}"> --> |
|
|
|
|
<view class="item" v-for="(item, index) in goodList" :key="index" |
|
|
|
|