6
0
Fork 0
hui.zhou
H 2022-07-20 15:21:07 +08:00
parent 42ae27200b
commit 2fc2c82b50
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
:scroll-into-view="itemId"> :scroll-into-view="itemId">
<view v-for="(item, index) in tabbar" :key="index" class="u-tab-item" <view v-for="(item, index) in tabbar" :key="index" class="u-tab-item"
:class="[current == index ? 'u-tab-item-active' : '']" @tap.stop="swichMenu(index)"> :class="[current == index ? 'u-tab-item-active' : '']" @tap.stop="swichMenu(index)">
<text class="u-line-1">{{ item.name }}{{current}}</text> <text class="u-line-1">{{ item.name }}</text>
</view> </view>
</scroll-view> </scroll-view>
<scroll-view :scroll-top="scrollRightTop" scroll-y scroll-with-animation class="right-box" <scroll-view :scroll-top="scrollRightTop" scroll-y scroll-with-animation class="right-box"