|
|
@@ -17,9 +17,9 @@
|
|
|
<view style="height: 120upx"></view>
|
|
|
</scroll-view>
|
|
|
<scroll-view scroll-y class="right-box" v-if="tabIndex == 0" :scroll-into-view="scroll_into_view" scroll-with-animation="true"
|
|
|
- @scroll="scroll_detail"
|
|
|
- lower-threshold="100"
|
|
|
- @scrolltolower="scroll_bottom">
|
|
|
+ @scroll="scroll_detail"
|
|
|
+ lower-threshold="100"
|
|
|
+ @scrolltolower="scroll_bottom">
|
|
|
<!--内容部分 start -->
|
|
|
<block v-if="!$util.isEmpty(globalClassItemList)">
|
|
|
<view class="item_list_bx selectAll" v-for="(classItem, classIndex) in globalClassItemList" :key="classIndex" :id="`class_${classIndex}`">
|