|
|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<view>
|
|
|
|
|
<view class="display-flex servicePrice mt12 p14" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="left">
|
|
|
|
|
<!--<view class="display-flex">
|
|
|
|
|
<!--<view class="display-flex">
|
|
|
|
|
<icon class="iconfont icon-zhuyi f14 ysd-base-color"></icon>
|
|
|
|
|
<view class="f14 color666">该区域内容转发后老乡不可见</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
@ -355,7 +355,7 @@
|
|
|
|
|
<span class="desp-copy">复制</span>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <rich-text class style="text-align: justify;" hover-class="none" hover-stop-propagation="false" nodes="{{jobDetail.record.jobDesp1}}"></rich-text> -->
|
|
|
|
|
<text class style="text-align: justify;" hover-class="none" hover-stop-propagation="false" >{{jobDetail.record.jobDesp1}}</text>
|
|
|
|
|
<text class style="text-align: justify;" hover-class="none" hover-stop-propagation="false">{{jobDetail.record.jobDesp1}}</text>
|
|
|
|
|
<view class="contactInfo" hover-class="none" data-info="{{jobDetail.record.jobDesp1}}" hover-stop-propagation="false"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="detailH3">温馨提示</view>
|
|
|
|
|
@ -390,14 +390,20 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
<view class="ml10" style bindtap="collectPaste" wx:if="{{false}}">
|
|
|
|
|
<view class="ml10" style bindtap="collectPaste" wx:if="{{true}}">
|
|
|
|
|
<view catchtap="collectPaste" data-collected="{{jobDetail.record.collected}}" data-jobid="{{jobDetail.record.id}}" class="collectBtn">
|
|
|
|
|
<!-- <icon class="iconfont {{jobDetail.record.collected - 2 == 0 ? 'icon-wode-shoucang':'icon-shoucang-red'}} lh1" style="font-size:18px;color:#787878;"></icon> -->
|
|
|
|
|
<view class="mb4">
|
|
|
|
|
<!-- <view class="mb4">
|
|
|
|
|
<icon class="iconfont icon-shoucang lh1" style="font-size:16px;color:#787878;" wx:if="{{jobDetail.record.collected - 2 == 0}}"></icon>
|
|
|
|
|
<icon class="iconfont icon-yishoucang lh1 ysd-base-color" style="font-size:16px;" wx:else></icon>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="btext {{jobDetail.record.collected - 1 == 0 ? 'ysd-base-color' : ''}}">{{jobDetail.record.collected - 1 == 0 ? '已' : ''}}收藏</view>
|
|
|
|
|
<view class="btext {{jobDetail.record.collected - 1 == 0 ? 'ysd-base-color' : ''}}">{{jobDetail.record.collected - 1 == 0 ? '已' : ''}}收藏</view>-->
|
|
|
|
|
|
|
|
|
|
<view class="mb4">
|
|
|
|
|
<icon class="iconfont icon-shoucang lh1" style="font-size:16px;color:#787878;"></icon>
|
|
|
|
|
<!-- <icon class="iconfont icon-yishoucang lh1 ysd-base-color" style="font-size:16px;" wx:else></icon> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="btext">收藏</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- false && && !fromBocai-->
|
|
|
|
|
@ -409,24 +415,33 @@
|
|
|
|
|
<icon class="iconfont icon-kefu7 lh1 f16" style="font-size:18px;color:#787878;"></icon>
|
|
|
|
|
<view class="btext" style="margin-top:4px;">客服</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<view class="flex-3 pl12" wx:if="{{isSharePage}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<!-- <view class="flex-3 pl12" wx:if="{{!isSharePage}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<button type class="detailBtn1" bindtap="goIndex">返回首页</button>
|
|
|
|
|
</view>
|
|
|
|
|
<block wx:if="{{isAgency}}">
|
|
|
|
|
<view class="flex-3" style="padding: 0 16px;" wx:if="{{!isMaskShow}}">
|
|
|
|
|
<button type class="detailBtn" bindtap="goNewEnroll">立即报名</button>
|
|
|
|
|
<!-- <button wx:else type="" class="detailBtn" hover-class="button-hover" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod">立即报名</button> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="flex-3" style="padding: 0 16px;" wx:else>
|
|
|
|
|
<button class="detailBtn" type hover-class="none" style="background-color:#ccc" hover-stop-propagation>暂时停招</button>
|
|
|
|
|
</view>
|
|
|
|
|
</block>
|
|
|
|
|
<block wx:else>
|
|
|
|
|
<view class="flex-3" style="padding: 0 16px;">
|
|
|
|
|
<!-- style="background-color:#ccc" -->
|
|
|
|
|
<button class="detailBtn" type hover-class="none" bindtap="goNewEnroll" hover-stop-propagation>立即报名</button>
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
<view class="fse flex-1" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="detailBtn1 fsc mr16" style="height:40px;width:100px" catchtap="kefu" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<!-- <view class="fsc" hover-class="none" hover-stop-propagation="false"> -->
|
|
|
|
|
<icon class="iconfont icon-kefu7 f16" style="color:#1890ff;line-height:40px"></icon>
|
|
|
|
|
<view class style="margin-left:4px">客服</view>
|
|
|
|
|
<!-- </view> -->
|
|
|
|
|
</view>
|
|
|
|
|
</block>
|
|
|
|
|
<block wx:if="{{isAgency}}">
|
|
|
|
|
<view class style="padding: 0 16px;width:200px" wx:if="{{!isMaskShow}}">
|
|
|
|
|
<button type class="detailBtn" bindtap="goNewEnroll">立即报名</button>
|
|
|
|
|
<!-- <button wx:else type="" class="detailBtn" hover-class="button-hover" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod">立即报名</button> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class style="padding: 0 16px;width:240px" wx:else>
|
|
|
|
|
<button class="detailBtn" type hover-class="none" style="background-color:#ccc" hover-stop-propagation>暂时停招</button>
|
|
|
|
|
</view>
|
|
|
|
|
</block>
|
|
|
|
|
<block wx:else>
|
|
|
|
|
<view class style="padding: 0 16px;width:240px">
|
|
|
|
|
<!-- style="background-color:#ccc" -->
|
|
|
|
|
<button class="detailBtn" type hover-class="none" bindtap="goNewEnroll" hover-stop-propagation>立即报名</button>
|
|
|
|
|
</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view aria-role="dialog" aria-modal="true" class="fadeIn" catchtouchmove="modalMove" wx:if="{{iosDialog}}">
|
|
|
|
|
@ -509,7 +524,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</bottom-drawer>
|
|
|
|
|
<!-- <view class="kefuBox" hover-class="none" hover-stop-propagation="false"> -->
|
|
|
|
|
<image class="kefuBox" catchtap="kefu" data-custom-service-url="{{jobDetail.record.customServiceUrl}}" data-collected="{{jobDetail.record.collected}}" data-jobid="{{jobDetail.record.id}}" src="../../assets/images/customer-service.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
|
|
|
|
<!-- <image class="kefuBox" catchtap="kefu" data-custom-service-url="{{jobDetail.record.customServiceUrl}}" data-collected="{{jobDetail.record.collected}}" data-jobid="{{jobDetail.record.id}}" src="../../assets/images/customer-service.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> -->
|
|
|
|
|
|
|
|
|
|
<bottom-drawer show="{{kefuShow}}" drawerType="kefuShow" catchtouchmove="modalMove" bindhidedrawer="hidedrawershow" class="bottomDrawer" touchClose="{{true}}" cancerShow="{{false}}">
|
|
|
|
|
<view class="tac" style="height:56px;line-height:56px" wx:for="{{jobDetail.customServiceUsers}}" data-tel="{{item.tel}}" bindtap="makePhoneCall">
|
|
|
|
|
|