0424-2
This commit is contained in:
parent
f3f3afa29a
commit
f734852127
@ -38,7 +38,9 @@
|
||||
|
||||
<view class="itemContent">
|
||||
<!-- 使用 scroll-view 包裹 SchoolInfo 组件 -->
|
||||
<scroll-view class="scroll-view" scroll-y :style="{ height: scrollHeight + 'px' }">
|
||||
<scroll-view class="scroll-view" scroll-y :style="{ height: scrollHeight + 'px' }"
|
||||
@scrolltolower="onReachBottomCus" refresher-enabled @refresherrefresh="onRefresherrefresh"
|
||||
:refresher-triggered="isTriggered">
|
||||
<SchoolInfo style="" v-for="(school, index) in schoolList" :key="index" :schoolInfo="school"
|
||||
@click="goSchoolDetail(school)" />
|
||||
</scroll-view>
|
||||
|
Loading…
Reference in New Issue
Block a user