fix:移除错误的标签;
parent
ec334251ec
commit
3cfa9c70a8
|
|
@ -55,7 +55,7 @@
|
||||||
<view style="width: 140rpx;"></view>
|
<view style="width: 140rpx;"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view v-if="userRoutes.length>0 scroll-x class="bg-white nav work-container" scroll-with-animation :scroll-left="scrollLeft">
|
<scroll-view scroll-x class="bg-white nav work-container" scroll-with-animation :scroll-left="scrollLeft">
|
||||||
<view class="cu-item" :class="index==TabCur?'text-green cur':''" v-for="(item,index) in userRoutes"
|
<view class="cu-item" :class="index==TabCur?'text-green cur':''" v-for="(item,index) in userRoutes"
|
||||||
:key="index" @tap="tabSelect" :data-id="index" :data-routeList="item">
|
:key="index" @tap="tabSelect" :data-id="index" :data-routeList="item">
|
||||||
{{item.title}}
|
{{item.title}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue