任务统一改成岗位

This commit is contained in:
18500206848
2024-04-23 22:51:27 +08:00
parent 70572f5001
commit 954dfbfad4
22 changed files with 65 additions and 106 deletions

View File

@@ -22,7 +22,7 @@
</view>
<view class="controlsPop">
<view class="listTitle">
附近任务
附近零工岗位
</view>
<view class="borderbom"></view>
<scroll-view scroll-y lower-threshold="0" style="height: 92%;" @scrolltolower="upLoad" v-if="companyList.length>0">
@@ -34,7 +34,7 @@
<view class="nothingArea" v-else>
<image src="../../static/img/pic_notask.svg" mode="" class="nothing"></image>
<view class="nothingContnt">
暂无任务信息
暂无岗位信息
</view>
</view>
</view>