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.
67 lines
3.6 KiB
Plaintext
67 lines
3.6 KiB
Plaintext
|
2 years ago
|
<view class="content" wx:if="{{pageType == 1}}">
|
||
|
|
<view class="title f18 fw500">伯才稻田欢迎您</view>
|
||
|
|
<view class="info f14">
|
||
|
|
<view>伯才稻田(以下简称“稻田”),是一个专门服务代理的平台。</view>
|
||
|
|
<view>稻田秉承“资源共享、伙伴共赢”的理念,为合作伙伴提供海量项目内容分发及流量分佣。在稻田,您可以享受项目查看、老乡报名、面试跟踪、财务结算等一站式服务,省时、省心、省力。</view>
|
||
|
|
<view>
|
||
|
|
如果您还现在不是稻田的合作代理,您可以在此
|
||
|
|
<view bindtap="showTobe" class="tobeText" hover-class="textHov">申请成为代理</view>,共享平台项目及流量资源。
|
||
|
|
</view>
|
||
|
|
<view>稻田期待与您一道,细细耕耘,共同助力人力资源行业新发展,为劳动者创造价值。</view>
|
||
|
|
<view>感谢您的支持与合作!</view>
|
||
|
|
</view>
|
||
|
|
<view class="bottom f14">
|
||
|
|
<view>伯才稻田运营中心</view>
|
||
|
|
<view>2023年6月16日</view>
|
||
|
|
</view>
|
||
|
|
<view aria-role="dialog" aria-modal="true" class="fadeIn" wx:if="{{iosDialogTobe}}">
|
||
|
|
<view class="weui-mask"></view>
|
||
|
|
<view class="weui-dialog contact tobe" style="box-sizing:border-box;">
|
||
|
|
<i class="iconfont icon-guanbi guanbi c6 biggerSize" bindtap="closeDialog"></i>
|
||
|
|
<view class="weui-dialog__hd">
|
||
|
|
<view class="f20 bbd1 top" hover-class="none" hover-stop-propagation="false">
|
||
|
|
<view class="fw500" hover-class="none" hover-stop-propagation="false">成为伯才代理</view>
|
||
|
|
<view class="f16 c6" hover-class="none" hover-stop-propagation="false">请联系客户经理</view>
|
||
|
|
</view>
|
||
|
|
<view class="bottom" hover-class="none" hover-stop-propagation="false">
|
||
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
||
|
|
<view class="fw500 f18" hover-class="none" hover-stop-propagation="false">客户经理</view>
|
||
|
|
<view class="c3 f14">
|
||
|
|
{{serviceInfo.userName }}
|
||
|
|
<i class="mr4"></i>
|
||
|
|
<p>{{serviceInfo.tel || '0371-6611 3723'}}</p>
|
||
|
|
</view>
|
||
|
|
<image src="{{serviceInfo.qrCode}}" show-menu-by-longpress="{{true}}" style="width: 161px;height: 161px;"></image>
|
||
|
|
<view class="f14 c9 mt6">长按识别二维码</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view wx:elif="{{pageType == 2}}" class hover-class="none" hover-stop-propagation="false">
|
||
|
|
<view class="messageContent">
|
||
|
|
<view class="mb4 f20 fw500" selectable="false" space="false" decode="false">通许聚创人力</view>
|
||
|
|
<view class="f14 c9" selectable="false" space="false" decode="false">请求添加你为团队成员</view>
|
||
|
|
</view>
|
||
|
|
<view class="btnBox">
|
||
|
|
<button class="cancel">拒绝</button>
|
||
|
|
<button class="agree">同意</button>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
<view wx:elif="{{pageType == 3}}" class hover-class="none" hover-stop-propagation="false">
|
||
|
|
<view class="messageContent">
|
||
|
|
<view class="mb4 f20 fw500" selectable="false" space="false" decode="false">张三</view>
|
||
|
|
<view class="f14 c9" selectable="false" space="false" decode="false">已同意成为你的成员</view>
|
||
|
|
</view>
|
||
|
|
<!-- <view class="btnBox">
|
||
|
|
<button class="cancel">拒绝</button>
|
||
|
|
<button class="agree">同意</button>
|
||
|
|
</view>-->
|
||
|
|
</view>
|
||
|
|
<view class="content" wx:else hover-class="none" hover-stop-propagation="false">
|
||
|
|
<view class="title f18 fw500">{{currentInfo.title}}</view>
|
||
|
|
<mp-html content="{{html}}" tag-style="{{tagStyle}}" container-style="font-size:14px;color:#333" scroll-table="true"/>
|
||
|
|
<!-- <rich-text class="info f14" space='nbsp'>{{currentInfo.content}}</rich-text> -->
|
||
|
|
</view>
|