login.wxml 2.75 KB
<view class="page data-v-b237504c" style="{{'background-image:'+('url('+$root.m0+')')+';'}}"><view style="height:100vh;width:100%;position:fixed;bottom:0;left:0;" class="data-v-b237504c"><view style="width:45%;margin:0 auto;margin-top:15vh;" class="data-v-b237504c"><image style="width:100%;" src="../../static/login/logo1.png" mode="widthFix" class="data-v-b237504c"></image></view><view style="width:60%;margin:0 auto;" class="data-v-b237504c"><image style="width:100%;" src="../../static/login/logo2.png" mode="widthFix" class="data-v-b237504c"></image></view><view class="input-info data-v-b237504c" style="margin-top:5vh;"><view class="info data-v-b237504c"><view class="info-icon data-v-b237504c"><image src="../../static/login/icon1.png" mode="heightFix" class="data-v-b237504c"></image></view><input type="tel" maxlength="11" placeholder="请输入您的手机号" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e" class="data-v-b237504c"/><view class="more data-v-b237504c"></view></view><view class="info data-v-b237504c"><view class="info-icon data-v-b237504c"><image src="../../static/login/icon2.png" mode="heightFix" class="data-v-b237504c"></image></view><input type="tel" maxlength="6" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['','code','$event',[]]]]]]}}" value="{{code}}" bindinput="__e" class="data-v-b237504c"/><view class="more data-v-b237504c"><block wx:if="{{!isTrue}}"><text data-event-opts="{{[['tap',[['sendCode',['$event']]]]]}}" class="mo data-v-b237504c" bindtap="__e">获取验证码</text></block><block wx:else><text class="mo data-v-b237504c">{{num+"秒后重试"}}</text></block></view></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><view style="position:fixed;left:0;bottom:49rpx;display:flex;flex-direction:row;justify-content:center;width:100%;" 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>