| 1 |
- <view class="wrapper" style="{{(colorStyle)}}"><view class="bag"><image src="{{'../static/login-bg_'+colorStatus+'.jpg'}}" alt srcset class="_img"></image></view><view class="system-height" style="{{'height:'+(statusBarHeight)+';'}}"></view><view class="title-bar" style="height:43px;"><block wx:if="{{!isHome}}"><view data-event-opts="{{[['tap',[['back',['$event']]]]]}}" class="icon" bindtap="__e"><image src="../static/left.png"></image></view></block><block wx:else><view data-event-opts="{{[['tap',[['home',['$event']]]]]}}" class="icon" bindtap="__e"><image src="../static/home.png"></image></view></block>{{''+$root.m0+''}}</view><view class="merchant-msg"><image src="{{configData.wap_login_logo}}" class="_img"></image><view class="name">{{''+configData.site_name+''}}</view></view><view class="wechat_login"><view class="btn-wrapper"><block wx:if="{{configData.wechat_auth_switch}}"><block wx:if="{{bindPhone}}"><button class="bg-theme btn1" open-type="getPhoneNumber" data-event-opts="{{[['getphonenumber',[['getphonenumber',['$event']]]]]}}" bindgetphonenumber="__e">{{$root.m1}}</button></block><block wx:else><block wx:if="{{!bindPhone}}"><button data-event-opts="{{[['tap',[['getAuthLogin',['$event']]]]]}}" class="bg-theme btn1" bindtap="__e">{{''+$root.m2+''}}</button></block></block></block><block wx:if="{{configData.phone_auth_switch}}"><button class="btn2" hover-class="none" data-event-opts="{{[['tap',[['phoneLogin',['$event']]]]]}}" bindtap="__e">{{$root.m3}}</button></block><view data-event-opts="{{[['tap',[['onReject',['$event']]]]]}}" class="cancel-login" bindtap="__e">取消登录</view></view></view><block wx:if="{{!canGetPrivacySetting}}"><view class="protocol"><checkbox-group data-event-opts="{{[['tap',[['ChangeIsDefault',['$event']]]]]}}" catchtap="__e"><checkbox class="{{[inAnimation?'trembling':'']}}" checked="{{protocol?true:false}}" data-event-opts="{{[['animationend',[['e0',['$event']]]]]}}" bindanimationend="__e"></checkbox><text data-event-opts="{{[['tap',[['ChangeIsDefault',['$event']]]]]}}" catchtap="__e">{{$root.m4}}</text><text data-event-opts="{{[['tap',[['privacy',[4]]]]]}}" class="main-color" catchtap="__e">{{$root.m5}}</text>{{''+$root.m6}}<text data-event-opts="{{[['tap',[['privacy',[3]]]]]}}" class="main-color" catchtap="__e">{{$root.m7}}</text></checkbox-group></view></block><block wx:if="{{isUp}}"><block><mobile-login vue-id="42503e73-1" isUp="{{isUp}}" canClose="{{canClose}}" authKey="{{authKey}}" data-event-opts="{{[['^close',[['maskClose']]],['^wechatPhone',[['wechatPhone']]]]}}" bind:close="__e" bind:wechatPhone="__e" bind:__l="__l"></mobile-login></block></block><block wx:if="{{isPhoneBox}}"><block><routine-phone vue-id="42503e73-2" logoUrl="{{logoUrl}}" isPhoneBox="{{isPhoneBox}}" authKey="{{authKey}}" data-event-opts="{{[['^loginSuccess',[['bindPhoneClose']]]]}}" bind:loginSuccess="__e" bind:__l="__l"></routine-phone></block></block><block><edit-user-modal vue-id="42503e73-3" isShow="{{isShow}}" data-event-opts="{{[['^closeEdit',[['closeEdit']]],['^editSuccess',[['editSuccess']]]]}}" bind:closeEdit="__e" bind:editSuccess="__e" bind:__l="__l"></edit-user-modal></block><block wx:if="{{canGetPrivacySetting}}"><privacy-agreement-popup bind:onReject="__e" bind:onAgree="__e" vue-id="42503e73-4" data-event-opts="{{[['^onReject',[['onReject']]],['^onAgree',[['onAgree']]]]}}" bind:__l="__l"></privacy-agreement-popup></block></view>
|