You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/subPage/vocationalDetail/index.wxml

105 lines
5.5 KiB
Plaintext

<view class="pb180 bt1">
<!-- <canvas type="2d" style="position: absolute;left:-2000px; width: 425px; height: 350px; background: #fff;" id="canvasId"></canvas> -->
<view>
<view class="fsb servicePrice mt12" style="padding:14px 16px" hover-class="none" hover-stop-propagation="false">
<view class="left">
<view class="price ysd-base-color">
服务费:
<block wx:if="{{!isLogin}}">
<text>登录查看</text>
</block>
<block wx:else>
<text wx:if="{{!isAgency}}" bindtap="showTobe">仅代理可见</text>
<text wx:else>
<text class wx:if="{{isServicePriceShow}}">{{currentJob.serviceCharge || '--'}}</text>
<text class wx:else>***</text>
</text>
</block>
</view>
</view>
<view class="right">
<icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-color biggerSize f24" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}"></icon>
</view>
</view>
</view>
<view class="pt12 pb10 pl16 pr16" id="tocanvas">
<view class="flex_1" style="height:100%">
<view class="fsb">
<view class="f20 fw600">{{currentJob.vocationalName}}</view>
<view class="cf40 fw600 lh1">
<text class="f14">学费</text>
<text class="f20">{{currentJob.tuition}}</text>
</view>
</view>
<view class="fsb f14 c9 mb10">
<view class>{{'河南省 | 郑州市'}} | {{currentJob.semester}}</view>
</view>
<view class="fsb f12">
<view class="salaryBtn">{{'工作薪资:' + currentJob.salary}}</view>
</view>
</view>
</view>
<view class="bb1 bt1 fsb v-center" bindtap="toMapChoice" style="margin-top:16px;padding:12px 16px" data-address="{{currentJob}}">
<view class="fsa">
<i class="iconfont icon-dizhi11 f18 mr6 lh1" style="color:#027AFF;"></i>
<view class="c3">{{currentJob.address ? currentJob.address :'暂无地址信息'}}</view>
</view>
<view>
<i class="iconfont icon-gengduo11 f14 ml18 dib pr c9" style="line-height:1;top:1px;"></i>
</view>
</view>
<view class="p020">
<scroll-view scroll-x="true" class="scroll-header" wx:if="{{currentJob.storeImage.length != 0}}">
<view wx:for="{{currentJob.storeImage}}" class="scrollImgBox" wx:key="index">
<!-- <view wx:if="{{item.isImg}}" > -->
<image data-src="{{item.url}}" data-id="{{item.id}}" wx:if="{{item.isImg}}" src="{{item.url}}" mode="aspectFill" class="scrollImg" bindtap="showImage"></image>
<!--<view class="videoContainer" data-id="{{item.id}}" bindtap="showVideo" hover-class="none" hover-stop-propagation="false" wx:if="{{!item.isImg && item.url}}" style="width:100%;height:100%">
<video class="theVideo" id="{{item.id}}" data-id="{{item.id}}" src="{{item.url}}" show-fullscreen-btn="{{false}}" show-play-btn="{{false}}" show-center-play-btn="{{false}}" enable-play-gesture="{{true}}" bindfullscreenchange="fullScreen">
<view wx:if="{{isShareShow}}" bindtap="shareVideo" custom-cache="{{false}}" data-src="{{item.url}}" class="t-icon t-icon-fenxiang" hover-class="none" hover-stop-propagation="false"></view>
</video>
</view>
<view bindtap="shareVideo" custom-cache="{{false}}" data-src="{{item.url}}" class="t-icon t-icon-fenxiang" hover-class="none" hover-stop-propagation="false"></view> -->
</view>
</scroll-view>
</view>
<view class="pl16 pr16 mt16">
<view class="title lh1 f18 fw600 mb16" style="padding-left:10px;border-left:4px solid #1890ff;border-radius:2px">职教描述</view>
<view class="c7" style="white-space:pre-line">
{{currentJob.desp}}
</view>
</view>
</view>
<view class="bottomBtn" style="padding-bottom:{{pbtm}}px">
<view class="norecruit" wx:if="{{isMaskShow}}">该职位暂时停招</view>
<view class="fsa tc bottomBox">
<!-- <view style class hover-class="thover" bindtap="sharePoster" wx:if="{{isAgency}}">
<icon class="iconfont icon-zhuanfa1 lh1 f17" style="color:#787878"></icon>
<view class="btext" style="margin-top:4px;">分享</view>
</view> -->
<view catchtap="kefu" data-custom-service-url="{{currentJob.customServiceUrl}}" data-collected="{{currentJob.collected}}" data-jobid="{{currentJob.id}}" class="collectBtn" style="position:relative;">
<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" 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-right: 16px;" wx:if="{{!isMaskShow}}">
<button type class="detailBtn" bindtap="goNewEnroll">我要报名</button>
</view>
<view class="flex-3" style="padding-right: 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-right: 16px;">
<button class="detailBtn" bindtap="goNewEnroll" type hover-class="none" hover-stop-propagation>我要报名</button>
</view>
</block>
</view>
</view>
<view class="mask" wx:if="{{isMaskShow}}"></view>
<record-window windowShow="{{recordShow}}" info="{{currentJob}}"></record-window>