|
@@ -98,7 +98,7 @@
|
|
|
|
|
|
<!-- 招聘岗位 -->
|
|
|
<view v-if="current == 1">
|
|
|
- <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore" style="height: 70vh;">
|
|
|
+ <scroll-view class="scrollBox defaultBgc" scroll-y="true" @scrolltolower="loadingMore">
|
|
|
<view v-if="positionList.length > 0">
|
|
|
<PositionList class="pb-10" :list="positionList" :noMore="false"></PositionList>
|
|
|
<uni-load-more :status="status" />
|