feat 对接外部数据投递功能

This commit is contained in:
2025-11-25 16:20:34 +08:00
parent fe6fe43636
commit 99a3fe41c5
5 changed files with 25 additions and 20 deletions

View File

@@ -24,7 +24,6 @@
</view>
<scroll-view scroll-y class="main-scroll" @scrolltolower="getJobList('add')">
<view class="one-cards">
<view class="mian">
<renderJobViewRecord
:list="pageState.list"
v-if="pageState.list.length"
@@ -33,7 +32,7 @@
></renderJobViewRecord>
<empty v-else pdTop="200"></empty>
<!-- <loadmore ref="loadmoreRef"></loadmore> -->
</view>
</view>
</scroll-view>
</view>