fix:移除错误的标签;

RS2508
何应权 2025-11-06 17:43:48 +08:00
parent ec334251ec
commit 3cfa9c70a8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<view style="width: 140rpx;"></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"
:key="index" @tap="tabSelect" :data-id="index" :data-routeList="item">
{{item.title}}