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.
60 lines
4.1 KiB
Plaintext
60 lines
4.1 KiB
Plaintext
<!--index.wxml-->
|
|
<!-- <include src="../../include.wxml" /> -->
|
|
<!-- <view style="background: #ededed;font-size:16px;height:32px;color: #999;text-align: center;line-height: 32px;box-sizing: border-box;border-bottom: 1rpx solid #e2e2e2;">
|
|
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/b.svg" style="width:56px;height:24px;vertical-align: text-bottom;position: relative;top:2px" mode="aspectFit"></image>
|
|
|
|
伯才人力资源供应链产品矩阵</view>-->
|
|
|
|
<view class="container">
|
|
<view class='tc'>
|
|
<image src='https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicaiLogoBgf913.png' class='logoPng' mode='aspectFit'></image>
|
|
<view class='logoTxt'>钱多活少离家近</view>
|
|
</view>
|
|
<view class="loginForm">
|
|
<form bindsubmit="beforeFormSubmit">
|
|
<!-- 验证码登录页面 -->
|
|
<view class wx:if="{{loginType == 'tel'}}" hover-class="none" hover-stop-propagation="false">
|
|
<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:#999" />
|
|
|
|
<view class="fsa 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:#999" />
|
|
</view>
|
|
<view hover-class="thover" style="color:{{btnColor ? '#576b95' : '#999'}}" class="section sendCode f14 fw500 code {{disabled == 1?'':'disabled'}}" bindtap="sendMsg">{{getmsg}}</view>
|
|
</view>
|
|
</view>
|
|
<!-- 密码登录页面 -->
|
|
<view class wx:else hover-class="none" hover-stop-propagation="false">
|
|
<input type="number" bindinput="showCha" class="phoneInput" bindblur="changeBtn" data-num="5" data-tel="1" maxlength="11" placeholder-class="pce" placeholder="请输入手机号码" name="tel" model:value="{{tel}}" placeholder-style="color:#999" />
|
|
<input type="password" class="phoneInput mt20" data-num="5" data-tel="1" placeholder-class="pce" placeholder="请输入密码" name="psw" model:value="{{password}}" placeholder-style="color:#999" />
|
|
</view>
|
|
<!-- 登录类型切换 -->
|
|
<view class="changeType fsa f14 fw500 mt10 mb32" style="color:#576B95" hover-class="none" hover-stop-propagation="false">
|
|
<view class bindtap="changeLoginType" hover-class="none" hover-stop-propagation="false">{{loginType == 'psw' ? '验证码登录':'密码登录'}}</view>
|
|
<navigator class wx:if="{{loginType == 'psw'}}" target url="../changePsw/index?type=1" hover-class="hcb" open-type="navigate">找回密码</navigator>
|
|
</view>
|
|
<!-- 登录按钮 -->
|
|
<view class="onlyBtn mb20">
|
|
<button type="primary" class="loginBtn ysd-basebg-color" formType="submit">登录/注册</button>
|
|
</view>
|
|
<view class="weui-loadmore weui-loadmore_line" style="margin-bottom:0;">
|
|
<text class="weui-loadmore__tips f16" style="color:#999">或</text>
|
|
</view>
|
|
<view class="onlyBtn" style="margin-top:0px;">
|
|
<button type class="loginBtn wxBtn ysd-base-bgcolor" hover-class="loginBtnHov" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber">
|
|
<i class="iconfont icon-shouji1 mr8"></i>手机号快捷登录
|
|
</button>
|
|
</view>
|
|
</form>
|
|
</view>
|
|
|
|
<view class="tc bocai" style="font-size:12px;color: #999;line-height: 32px;box-sizing: border-box;">
|
|
<image src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/b.svg" style="width:16px;height:16px;vertical-align: text-bottom;position: relative" mode="aspectFit"></image>伯才人力资源供应链平台 荣誉出品
|
|
</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>
|