index.wxml 1.1 KB

123456789101112131415161718192021222324
  1. <view class='intop'>
  2. <view class='first'>
  3. <view class='left'>{{myInterViewDetail.positionName}}</view>
  4. <view class='right'></view>
  5. </view>
  6. <view class='second'>
  7. <view class='left'>{{myInterViewDetail.companyName}}</view>
  8. <view class='right'>{{myInterViewDetail.inviteTime}}</view>
  9. </view>
  10. </view>
  11. <view class='name'>{{myInterViewDetail.realName}}:</view>
  12. <view class='interview'>
  13. <view class='tip'> 您好,我们很高兴的通知你来参加我们公司的面试,具体安排如下,请准时前来! </view>
  14. <view class='detail'>面试公司:{{myInterViewDetail.companyName}}</view>
  15. <view class='detail'>面试职位:{{myInterViewDetail.positionName}}</view>
  16. <view class='detail'>面试时间:{{myInterViewDetail.interviewTime}}</view>
  17. <view class='detail'>面试地址:{{myInterViewDetail.interviewAddres}}</view>
  18. <view class='detail'>联系人:{{myInterViewDetail.contactPerson}}</view>
  19. <view class='detail' wx:if='{{myInterViewDetail.contactPhone}}'>联系电话:{{myInterViewDetail.contactPhone}}</view>
  20. </view>