| 1 |
- <view class="login-wrapper" style="{{(colorStyle)}}"><view class="shading"><image src="{{logoUrl}}"></image></view><block wx:if="{{formItem===1}}"><view class="whiteBg"><block wx:if="{{current!==1}}"><view class="list"><form data-event-opts="{{[['submit',[['submit',['$event']]]]]}}" bindsubmit="__e"><view class="item"><view class="acea-row row-middle"><image style="width:24rpx;height:34rpx;" src="../static/phone_1.png"></image><input type="text" placeholder="{{$root.m0}}" maxlength="11" required="{{true}}" data-event-opts="{{[['input',[['__set_model',['','account','$event',[]]]]]]}}" value="{{account}}" bindinput="__e"/></view></view><view class="item"><view class="acea-row row-middle"><image style="width:28rpx;height:32rpx;" src="../static/code_1.png"></image><input type="password" placeholder="{{$root.m1}}" required="{{true}}" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view></view></form></view></block><block wx:if="{{current!==0||appLoginStatus||appleLoginStatus}}"><view class="list"><view class="item"><view class="acea-row row-middle"><image style="width:24rpx;height:34rpx;" src="../static/phone_1.png"></image><input type="text" placeholder="{{$root.m2}}" maxlength="{{11}}" data-event-opts="{{[['input',[['__set_model',['','account','$event',[]]]]]]}}" value="{{account}}" bindinput="__e"/></view></view><view class="item"><view class="acea-row row-middle"><image style="width:28rpx;height:32rpx;" src="../static/code_2.png"></image><input class="codeIput" type="text" placeholder="{{$root.m3}}" maxlength="{{6}}" data-event-opts="{{[['input',[['__set_model',['','captcha','$event',[]]]]]]}}" value="{{captcha}}" bindinput="__e"/><button class="{{['code',disabled===true?'on':'']}}" disabled="{{disabled}}" data-event-opts="{{[['tap',[['code',['$event']]]]]}}" bindtap="__e">{{''+text+''}}</button></view></view></view></block><block wx:if="{{current!==0}}"><view data-event-opts="{{[['tap',[['loginMobile',['$event']]]]]}}" class="logon" bindtap="__e">{{$root.m4}}</view></block><block wx:if="{{current===0}}"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="logon" bindtap="__e">{{$root.m5}}</view></block><view class="tips"><block wx:if="{{current==0}}"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" bindtap="__e">{{$root.m6}}</view></block><block wx:if="{{current==1}}"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" bindtap="__e">{{$root.m7}}</view></block></view><view class="protocol"><checkbox-group data-event-opts="{{[['change',[['ChangeIsDefault',['$event']]]]]}}" bindchange="__e"><checkbox class="{{[inAnimation?'trembling':'']}}" checked="{{protocol?true:false}}" data-event-opts="{{[['animationend',[['e2',['$event']]]]]}}" bindanimationend="__e"></checkbox>{{''+$root.m8+''}}<text data-event-opts="{{[['tap',[['privacy',[4]]]]]}}" class="main-color" bindtap="__e">{{$root.m9}}</text>{{''+$root.m10+''}}<text data-event-opts="{{[['tap',[['privacy',[3]]]]]}}" class="main-color" bindtap="__e">{{$root.m11}}</text></checkbox-group></view></view></block><view class="bottom"><block wx:if="{{copyRight}}"><view class="ver">{{copyRight}}</view></block><block wx:else><view class="ver"><navigator href="https://www.crmeb.com" class="_a">Copyright ©2024 CRMEB. All Rights</navigator></view></block></view><verify class="vue-ref" vue-id="220b5d0a-1" captchaType="{{captchaType}}" imgSize="{{({width:'330px',height:'155px'})}}" data-ref="verify" data-event-opts="{{[['^success',[['success']]]]}}" bind:success="__e" bind:__l="__l"></verify></view>
|