|
|
|
|
@ -4,34 +4,17 @@
|
|
|
|
|
<text class selectable="false" space="false" decode="false">工作台</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="quickapply">
|
|
|
|
|
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
|
|
|
|
|
<button>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="openModal">
|
|
|
|
|
<view class="iconfont icon-fasong" style="font-size: 34px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>发布职位</view>
|
|
|
|
|
<view>点这里在平台上发单子</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
|
|
|
|
|
<view class="iconfont icon-camera" style="font-size: 36px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
<view>拍身份证帮助老乡报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</button>
|
|
|
|
|
<button wx:else>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
|
|
|
|
|
<!-- <image src="../../assets/images/tabbar/page_order.png" style="width: 36px;" mode="widthFix"/> -->
|
|
|
|
|
<view class="iconfont icon-fasong" style="font-size: 34px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view>发布职位</view>
|
|
|
|
|
<view>点这里在平台上发单子</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
|
|
|
|
|
<view class="iconfont icon-camera" style="font-size: 36px;font-weight: 100;color: #666;margin-right: 8px;"></view>
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="iconfont icon-solution" style="font-size: 36px;font-weight: 100;color: #666;margin-right: 6px;"></view>
|
|
|
|
|
<view class="info" style="position: relative;left: -4px;">
|
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
<view>拍身份证帮助老乡报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -369,4 +352,22 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view aria-role="dialog" aria-modal="true" catchtouchmove="modalMove" class="fadeIn" wx:if="{{iosDialog}}">
|
|
|
|
|
<view class="weui-mask"></view>
|
|
|
|
|
<view class="weui-dialog contact" style="box-sizing:border-box;">
|
|
|
|
|
<view class="weui-dialog__hd">
|
|
|
|
|
<i class="iconfont icon-guanbi guanbi c6 biggerSize" bindtap="closeDialog"></i>
|
|
|
|
|
<view class="f16 c3 fw500 mb32">加客户经理微信</view>
|
|
|
|
|
<view wx:if="{{isLoading}}" class style="position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view aria-role="img" aria-label="加载中" style class="weui-primary-loading">
|
|
|
|
|
<view class="weui-primary-loading__dot"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">加载中...</view>
|
|
|
|
|
</view>
|
|
|
|
|
<image src="{{serviceInfo.qrCode}}" bindload="imageLoad" show-menu-by-longpress="{{true}}" style="width: 184px;height: 184px;"></image>
|
|
|
|
|
<view class="f14 c3 mt6">长按识别二维码</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|