This commit is contained in:
FengHui
2026-04-14 18:05:04 +08:00
parent cec340da43
commit 55c0b1fd22

View File

@@ -336,15 +336,16 @@
</view> --> </view> -->
<view class="falls-card-pepleNumber"> <view class="falls-card-pepleNumber">
<view> <view>
<image class="point2" src="/static/icon/pintDate.png"></image> <image class="point2" src="/static/icon/pintDate.png"></image>
<view class="fl_1"> <view class="fl_1">
{{ job.postingDate || '发布日期' }} 发布日期{{ job.postingDate || '暂无数据' }}
</view> </view>
</view> </view>
<view> <view>
<image class="point3" src="/static/icon/pointpeople.png"></image> <image class="point3" src="/static/icon/pointpeople.png"></image>
<view class="fl_1"> <view class="fl_1">
{{ vacanciesTo(job.vacancies) }} 招聘人数{{ vacanciesTo(job.vacancies) }}
</view> </view>
</view> </view>
</view> </view>
@@ -431,7 +432,7 @@
<view> <view>
<image class="point2" src="/static/icon/pintDate.png"></image> <image class="point2" src="/static/icon/pintDate.png"></image>
<view class="fl_1"> <view class="fl_1">
发布日期{{ job.postingDate || '发布日期' }} 发布日期{{ job.postingDate || '暂无数据' }}
</view> </view>
</view> </view>
<view> <view>