You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

<statusBar title="登录"></statusBar>
<view class="swich-login">
<view>
<image class="content-image" src="/img/swichUser.png"></image>
<view bind:tap="swichUser" wx:if="{{userVersion == '1'}}">监控运维系统</view>
<view bind:tap="swichUser" wx:if="{{userVersion == '2'}}">户用光伏系统</view>
</view>
</view>
<view class="content">
<!-- 底图 -->
<image src="/img/login-bg.jpg" class="content-login-bg" mode="aspectFill" />
<!-- -->
<view class="content-login">
<view class="content-loginBox">
<view class="content-inputBox">
<image class="content-image" src="/img/login.png"></image>
<view class="content-line"></view>
<input class="content-input" type="text" model:value='{{loginName}}' placeholder-style="color:#cccccc" placeholder="请输入您的用户名" />
</view>
<view class="content-inputBox">
<image class="content-image" src="/img/login2.png"></image>
<view class="content-line"></view>
<input class="content-input" type="text" model:value='{{password}}' placeholder="请输入您的密码" placeholder-style="color:#cccccc" password />
</view>
</view>
<!-- <view class="content-forget" bindtap="showForget">忘记密码?</view> -->
<view class="agree-box">
<view style="display: inline-block; vertical-align: middle;">
<van-checkbox value="{{ checked }}" bind:change="onChange" checked-color="#0A6597"></van-checkbox>
</view>请先阅读并同意<view class="link" catchtap="linkTo" data-type="fw">《用户协议》</view>和<view class="link" catchtap="linkTo" data-type="ys">《隐私政策》</view>
</view>
<view class="login" bind:tap="loginSubmit">登 录</view>
</view>
</view>