login.wxml
3 KB
<view class="page data-v-b237504c"><view style="display:flex;justify-content:space-between;padding:20px;height:64px;" class="data-v-b237504c"><view data-event-opts="{{[['tap',[['goHome',['$event']]]]]}}" bindtap="__e" class="data-v-b237504c"><image style="width:20px;height:20px;transform:rotate(180deg);" src="{{$root.m0}}" class="data-v-b237504c"></image></view><view class="data-v-b237504c">登录</view><view class="data-v-b237504c"></view></view><block wx:if="{{denglu==false}}"><view class="container flex-items-plus flex-column data-v-b237504c"><view class="login-logoBox data-v-b237504c"><text style="color:#3f9b6a;font-weight:bold;font-size:30px;" class="data-v-b237504c">锦江绿道</text></view><view class="loginTitle-text flex-column-plus flex-items font-color-666 fs26 data-v-b237504c"><text style="display:block;" class="data-v-b237504c">为了给您提供更好的服务</text><text style="display:block;" class="data-v-b237504c">我们需要您的授权哦~</text></view><view class="data-v-b237504c"><view data-event-opts="{{[['tap',[['goLogin',['$event']]]]]}}" class="loginBut data-v-b237504c" bindtap="__e">手机号登录</view></view><view style="margin-top:10px;" class="data-v-b237504c"><u-checkbox-group vue-id="35a7246c-1" shape="circle" label-disabled="{{true}}" data-event-opts="{{[['^change',[['checkboxGroupChange']]]]}}" bind:change="__e" class="data-v-b237504c" bind:__l="__l" vue-slots="{{['default']}}"><u-checkbox bind:input="__e" vue-id="{{('35a7246c-2')+','+('35a7246c-1')}}" active-color="#3f9b6a" name="tongyi" value="{{checked}}" data-event-opts="{{[['^input',[['__set_model',['','checked','$event',[]]]]]]}}" class="data-v-b237504c" bind:__l="__l" vue-slots="{{['default']}}">我已阅读并同意<label data-event-opts="{{[['tap',[['goyinsi',['$event']]]]]}}" style="color:#3f9b6a;" bindtap="__e" class="_span data-v-b237504c">《隐私政策》</label></u-checkbox></u-checkbox-group></view></view></block><block wx:if="{{denglu}}"><view class="data-v-b237504c"><view class="input-info data-v-b237504c"><view class="login-logoBox data-v-b237504c" style="margin-bottom:20px;text-align:center;"><text style="color:#3f9b6a;font-weight:bold;font-size:30px;" class="data-v-b237504c">锦江绿道</text></view><view class="info data-v-b237504c"><input type="tel" maxlength="11" placeholder="请输入账号" data-event-opts="{{[['input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" value="{{form.username}}" bindinput="__e" class="data-v-b237504c"/><view class="more data-v-b237504c"></view></view><view class="info data-v-b237504c"><input password="{{!isPassword}}" maxlength="26" placeholder="请输入您的密码" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e" class="data-v-b237504c"/></view></view><view class="btn-info data-v-b237504c"><view data-event-opts="{{[['tap',[['register',['$event']]]]]}}" class="btn data-v-b237504c" bindtap="__e"><text class="data-v-b237504c">登录</text></view></view></view></block></view>