|
@@ -32,11 +32,11 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="opta-view">
|
|
|
- <view bindtap="gotoRecord" class="record-view">
|
|
|
+ <view bindtap="gotoRecord" class="record-view" data-status="">
|
|
|
<view class="opta-view-num">{{deliveryNum}}</view>
|
|
|
<view class="opta-view-text">已投简历</view>
|
|
|
</view>
|
|
|
- <view bindtap="gotoRecord" class="record-yes-view">
|
|
|
+ <view bindtap="gotoRecord" class="record-yes-view" data-status="2">
|
|
|
<view class="opta-view-num">{{interviewedNum}}</view>
|
|
|
<view class="opta-view-text">待面试</view>
|
|
|
</view>
|
|
@@ -46,12 +46,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <image mode="widthFix" src="https://geek-test-hk.oss-cn-hongkong.aliyuncs.com/test/666.png"
|
|
|
+ <image mode="widthFix" src="https://dy.shpr.top/recruit/group@2x.png"
|
|
|
style="width:100%"></image>
|
|
|
|
|
|
<view class="remind">
|
|
|
<view class="remind-title">沪上阿姨提醒您</view>
|
|
|
- <view class="remind-text" wx:if="{{deliveryRecruitName}}">您投递的<span style="color:#FF8364">{{deliveryRecruitName}}</span>职位 <span style="color:#FF8364">正在初筛中</span>
|
|
|
+ <view class="remind-text" wx:if="{{deliveryRecruitName}}">您投递的<span style="color:#FF8364"> {{deliveryRecruitName}} </span>职位 <span style="color:#FF8364"> 正在初筛中 </span>
|
|
|
|
|
|
如合适我们将在三个同昨日内与您电话沟通,请注意接听
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
|
|
|
可能是部分岗位要求不太符合,我们期待与您下一次的合作
|
|
|
</view>
|
|
|
- <view class="remind-text" wx:if="{{!deliveryRecruitName}}">赶快去投递简历哦</view>
|
|
|
+ <view class="remind-text" wx:if="{{!deliveryRecruitName}}">您还没有去投递简历呢</view>
|
|
|
</view>
|
|
|
<!-- <view class="order" bindtap = "gotoResume">
|
|
|
<image class="icons" src="../../images/icons/jianli.png">
|