login.wxml 2.53 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 class="flex-row-plus mar-top-30 data-v-b237504c" style="margin-top:30rpx;"><text class="font-color-C5AA7B data-v-b237504c">还没有账号,</text><text data-event-opts="{{[['tap',[['goRegister',['$event']]]]]}}" class="register-text data-v-b237504c" bindtap="__e">去注册</text></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>