min-project/component/survey-box/survey-box.wxml

42 lines
1.9 KiB
Plaintext

<!--pagesSquare/components/survey-box/survey-box.wxml-->
<view class="block survey">
<view class="head flexcenter">
<image class="head-icon" src="https://app.gter.net/image/miniApp/offer/duck-ok-icon.png" mode="widthFix"></image>
<image class="head-title" src="https://app.gter.net/image/miniApp/offer/survey-title.png" mode="widthFix"></image>
</view>
<view class="survey-box">
<view class="title flexcenter">
本项目
<view class="season">{{ newest }}</view>
通知下达观察
</view>
<view class="across flexacenter">
<view class="item flex1 flexcenter">
<view class="date">{{ duckProphet.earliestdate || '-' }}</view>
<view class="text">最早通知</view>
</view>
<view class="item flex1 flexcenter">
<view class="date">{{ duckProphet.latestdate || '-' }}</view>
<view class="text">最近通知</view>
</view>
</view>
<view class="across flexacenter">
<view class="item flex1 flexcenter">
<view class="date">{{ duckProphet.studentcount || '0' }}</view>
<view class="text">人数</view>
</view>
<view class="item flex1 flexcenter">
<view class="date">{{ duckProphet.offercount || '0' }}</view>
<view class="text">Offer</view>
</view>
<view class="item flex1 flexcenter">
<view class="date">{{ duckProphet.rejectcount || '0' }}</view>
<view class="text">拒信</view>
</view>
</view>
</view>
<view class="remark">
<text class="remark-ps">P.S. </text>
<text>以上数据统计来源于寄托offer榜、寄托微信群聊、新浪微博、小红书、豆瓣等网络搜索。</text>
</view>
</view>