hui.zhou
parent
42ae27200b
commit
2fc2c82b50
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue