目录
插件市场自带的插件不太好用 还是手动写吧
编写dom
<scroll-view class="total" scroll-y="true" :style="'height:'+height+'px'">
<scroll-view scroll-y="true" class="title">
<view v-for="(item,index) in cateList" class="name" :class="{active:index===cateindex}" @click="toggleclass(index)">
<view>
{
{item.name}}
</view>
</view>
</scroll-view>
<scroll-view scroll-y="true" class="goods" :scroll-into-view="cateview" @scroll="changetitle">
<view v-for="(item,index) in cateList" class="etc" :id="'item'+index" >
<view v-for="(child,code) in item.app_category_items" c