yj
2024-12-05 ac3234c308e86f20cc63465573f321561ee00690
1
<view class="container"><view class="left-bottom-sign"></view><view data-event-opts="{{[['tap',[['navBack',['$event']]]]]}}" class="back-btn yticon icon-zuojiantou-up" bindtap="__e"></view><view class="right-top-sign"></view><view class="wrapper"><view class="left-top-sign">LOGIN</view><view class="welcome">欢迎回来!</view><block wx:if="{{loginType==='phone'}}"><view class="input-content"><view class="input-item"><text class="tit">手机号码</text><input type="number" placeholder="请输入手机号码" maxlength="11" data-key="phone" data-event-opts="{{[['input',[['inputChange',['$event']]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="input-item"><text class="tit">密码</text><input type="mobile" value="" placeholder="8-18位不含特殊字符的数字、字母组合" placeholder-class="input-empty" maxlength="20" password="{{true}}" data-key="password" data-event-opts="{{[['input',[['inputChange',['$event']]]],['confirm',[['toLogin',['$event']]]]]}}" bindinput="__e" bindconfirm="__e"/></view></view></block><block wx:if="{{!loginType}}"><button class="confirm-btn" disabled="{{logining}}" data-event-opts="{{[['tap',[['chooseLoginType',['wechat']]]]]}}" bindtap="__e">微信快速登录(推荐)</button></block><block wx:if="{{loginType==='wechat'}}"><button class="confirm-btn" disabled="{{logining}}" data-event-opts="{{[['tap',[['miniWechatLogin',['$event']]]]]}}" bindtap="__e">微信授权登录</button></block><block wx:if="{{loginType==='phone'}}"><button class="confirm-btn" disabled="{{logining}}" data-event-opts="{{[['tap',[['toLogin',['$event']]]]]}}" bindtap="__e">登录</button></block><block wx:if="{{loginType==='phone'}}"><view data-event-opts="{{[['tap',[['toReset',['$event']]]]]}}" class="forget-section" bindtap="__e">忘记密码?</view></block></view><block wx:if="{{loginType==='phone'}}"><view class="register-section">还没有账号?<text data-event-opts="{{[['tap',[['toRegist',['$event']]]]]}}" bindtap="__e">马上注册</text></view></block></view>