|
@@ -16,7 +16,7 @@
|
|
|
<view class="scroll-middle_bx">
|
|
<view class="scroll-middle_bx">
|
|
|
<scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop">
|
|
<scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop">
|
|
|
<div v-for="(item, index) in globalClassItemList" :key="index" class="tab-bar-item" :class="[classIndex == index ? 'active' : '']" :data-current="index" @tap.stop="swichClass(index)">
|
|
<div v-for="(item, index) in globalClassItemList" :key="index" class="tab-bar-item" :class="[classIndex == index ? 'active' : '']" :data-current="index" @tap.stop="swichClass(index)">
|
|
|
- <text>{{ item.className || "" }}</text>
|
|
|
|
|
|
|
+ <text style="text-align: center;">{{ item.className || "" }}</text>
|
|
|
</div>
|
|
</div>
|
|
|
</scroll-view>
|
|
</scroll-view>
|
|
|
<scroll-view scroll-y class="right-box"
|
|
<scroll-view scroll-y class="right-box"
|