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.

33 lines
1.8 KiB
Plaintext

2 years ago
<view class="p10">
<view class='c0 f14'>一、产品说明:</view>
<view class='c6 f14'>
<view class='mt20'> 1、“哪吒工作台”小程序是打勾网为了更好的服务企业用户打造的一款移动端协作工具。</view>
<view class='mt20'> 2、用户注册后进行实名认证并根据自身情况上传健康证、工资卡等信息有些认证可系统自动验证有些则需要管理员审核。</view>
<view class='mt20'> 3、用户使用此产品可以快捷方便地进行工资核对、离职申请、联系管家不定期收到企业红包奖励等各种增值服务。</view>
</view>
<view class='c0 f14 mt30'>二、使用步骤:</view>
<view class='mt20 c6 f14'> 见下图</view>
<view class='mt20 p010'>
<view class='centerLine'></view>
<view class='pull-left'>
<view class="numCircle">1</view>
<view class='leftT'>注册</view>
</view>
<view class='pull-left' style='position:relative;left:50%;margin-left:-30px;'>
<view class="numCircle">2</view>
<view class='leftT'>实名认证</view>
</view>
<view class='pull-right'>
<view class="numCircle pull-right">3</view>
<view class="clearfix"></view>
<view class='leftT' style='margin-right:-30px;'>上传健康证/工资卡</view>
</view>
<view class="clearfix"></view>
</view>
</view>
<view class="onlyBtn mt30 mb20" style='padding:10px 0px;text-align:center;'>
<button wx:if="{{haveScopeUserInfo}}" type='primary' bindtap="toRegister">开始使用</button>
<button wx:else type='primary' open-type="getUserInfo" bindgetuserinfo="bindInfo">开始使用</button>
<navigator open-type="reLaunch" url="../index/index" class="f12" style="margin-top:32rpx;color:#bbb;">返回首页</navigator>
</view>