| 123456789101112131415161718192021222324 |
- <view class='intop'>
- <view class='first'>
- <view class='left'>{{myInterViewDetail.positionName}}</view>
- <view class='right'></view>
- </view>
- <view class='second'>
- <view class='left'>{{myInterViewDetail.companyName}}</view>
- <view class='right'>{{myInterViewDetail.inviteTime}}</view>
- </view>
- </view>
- <view class='name'>{{myInterViewDetail.realName}}:</view>
- <view class='interview'>
- <view class='tip'> 您好,我们很高兴的通知你来参加我们公司的面试,具体安排如下,请准时前来! </view>
- <view class='detail'>面试公司:{{myInterViewDetail.companyName}}</view>
- <view class='detail'>面试职位:{{myInterViewDetail.positionName}}</view>
- <view class='detail'>面试时间:{{myInterViewDetail.interviewTime}}</view>
- <view class='detail'>面试地址:{{myInterViewDetail.interviewAddres}}</view>
- <view class='detail'>联系人:{{myInterViewDetail.contactPerson}}</view>
- <view class='detail' wx:if='{{myInterViewDetail.contactPhone}}'>联系电话:{{myInterViewDetail.contactPhone}}</view>
- </view>
|