|
|
@ -196,16 +196,18 @@ |
|
|
<u-line dashed></u-line> |
|
|
<u-line dashed></u-line> |
|
|
<view class="se-py-10 se-pb-30"> |
|
|
<view class="se-py-10 se-pb-30"> |
|
|
<view class="se-mt-30"> |
|
|
<view class="se-mt-30"> |
|
|
<text class="se-fs-28 se-c-black se-fw5">招聘公司名称:{{obj.workName || '暂未'}}</text> |
|
|
|
|
|
<text class="se-fs-28 se-c-black se-fw5">招聘联系人:{{obj.employAuthenticationPerson && obj.employAuthenticationPerson.name || '暂未'}}</text> |
|
|
|
|
|
<text class="se-fs-24 se-c-text-third se-ml-40">联系方式:{{obj.employAuthenticationPerson && obj.employAuthenticationPerson.phone || '暂未'}}</text> |
|
|
|
|
|
|
|
|
<text class="se-fs-28 se-c-black se-fw5">招聘公司名称:{{obj.workName || '暂未'}}</text> |
|
|
|
|
|
<br> |
|
|
|
|
|
<text class="se-fs-28 se-c-black se-fw5">招聘联系人:{{obj.employAuthenticationPerson && obj.employAuthenticationPerson.name || '暂未'}}</text> |
|
|
|
|
|
<br> |
|
|
|
|
|
<text class="se-fs-24 se-c-text-third">联系方式:{{obj.employAuthenticationPerson && obj.employAuthenticationPerson.phone || '暂未'}}</text> |
|
|
<view class="se-bgc-orange se-c-white se-fs-20 se-display-ib se-px-10 se-py-5 se-br-10 se-ml-10" |
|
|
<view class="se-bgc-orange se-c-white se-fs-20 se-display-ib se-px-10 se-py-5 se-br-10 se-ml-10" |
|
|
@click="copyText(obj.phone)"> |
|
|
@click="copyText(obj.phone)"> |
|
|
复制 |
|
|
复制 |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="se-mt-10"> |
|
|
<view class="se-mt-10"> |
|
|
<text class="se-fs-24 se-c-33">工作地址:{{obj.workAddress || '暂未'}}</text> |
|
|
|
|
|
|
|
|
<text class="se-fs-24 se-c-33">工作地址:{{obj.workAddress || '暂未'}}</text> |
|
|
<view class="se-bgc-orange se-c-white se-fs-20 se-display-ib se-px-10 se-py-5 se-br-10 se-ml-10" |
|
|
<view class="se-bgc-orange se-c-white se-fs-20 se-display-ib se-px-10 se-py-5 se-br-10 se-ml-10" |
|
|
@click="copyText(obj.workAddress)"> |
|
|
@click="copyText(obj.workAddress)"> |
|
|
复制 |
|
|
复制 |
|
|
|