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.

59 lines
2.9 KiB
Plaintext

<!--index.wxml-->
<!-- <include src="../../include.wxml" /> -->
<view class="container">
<view class='tc'>
<image src='https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogoBgf.png' class='logoPng' mode='aspectFit'></image>
<view class='logoTxt'>一才找人才啦</view>
</view>
<view class="loginForm">
<form bindsubmit="formSubmit">
<input type="number" bindinput='showCha' class='phoneInput' bindblur="changeBtn" data-num="5" data-tel="1" maxlength='11'
placeholder-class="pce" placeholder="输入手机号" name="tel" value='{{tel}}' placeholder-style="color:#919191" />
<view class="display-flex mt20" style="background-color:#f4f4f4;border-radius: 8px;">
<view class="section flex-left">
<input type="number" class='f18 phoneInput' bindinput='showCha' bindfocus='showCha' data-num="6"
placeholder-class="pce" maxlength='4' placeholder="输入验证码" name="id" value='{{msgCode}}'
placeholder-style="color:#919191" />
</view>
<view hover-class='bge' style="color:{{btnColor ? '#333' : '#979797'}}" class="section sendCode f18 code {{disabled == 1?'':'disabled'}}" bindtap='sendMsg'>
{{getmsg}}
</view>
</view>
<view class="onlyBtn mb20">
<button type='primary' class="loginBtn" formType="submit">手机号登录</button>
</view>
<view class="weui-loadmore weui-loadmore_line" style="margin-bottom:0;">
<text class="weui-loadmore__tips f16">或</text>
</view>
<view class="onlyBtn" style="margin-top:0px;">
<button type='primary' class="loginBtn wxBtn" open-type="getPhoneNumber"
catchgetphonenumber="getPhoneNumber">
<!-- <i class="iconfont icon-weixin11"></i> 微信授权登录 -->
<i class="iconfont icon-shouji1 f18"></i>
手机号快捷登录
</button>
</view>
</form>
</view>
<!-- <navigator url="/pages/register/index" class="tc f14 cf00" hover-class="thover" style="margin-top:40px;">新代理注册</navigator> -->
</view>
<view class="ui-poptips {{pop==1?'ui-poptipsTop':''}}">
<view class='ui-poptips-cnt'>{{popErrorMsg}}</view>
</view>
<view class="f12 tc c045 display-flex" style="align-items:center;margin-left:37px;margin-bottom: 16px;margin-top:120px;" wx:if="{{!isFinish}}">
<!-- <switch checked="{{switch1Checked}}" class="dib" color="#027AFF" style="transform:scale(.5)" bindchange="switch1Change" /> -->
<radio-group class="dib">
<radio checked="{{switch1Checked}}" catchtap="switch1Change" value="0" class="dib" color="#027AFF" style="transform:scale(.7)" />
</radio-group>
我已阅读并同意
<navigator url="../serviceTerm/index" class="aLink" style="color:#027AFF;">《用户服务协议》</navigator>
<navigator url="../secret/index" style="color:#027AFF;">《隐私政策》</navigator>
</view>