<van-notify id="van-notify" />
|
<cu-custom style="pointer-events: none;" />
|
<view class="wrap padding-lg">
|
<view class="UCenter-bg">
|
<image src="{{logoUrl}}"></image>
|
</view>
|
<view style="margin-left: 25px; ">
|
<text>欢迎登录</text>
|
</view>
|
<view wx:if="{{locak==false}}">
|
<!-- <view style="margin-left: 10px;">
|
<van-field style="font-size: 36rpx;" left-icon="{{phoneUrl}}" center clearable placeholder="请输入手机号" bindinput="usernameBindInput">
|
</van-field>
|
</view> -->
|
|
<!-- <view style="margin-left: 10px;">
|
<van-field style="font-size: 40rpx;" left-icon="{{codeUrl}}" value="{{ sms }}" center clearable placeholder="请输入短信验证码" bindinput="passwordBindInput" use-button-slot>
|
<button slot="button" size="mini" style="background-color: #0294e9;color: #FFFFFF;" bindtap="hqyzm">
|
{{yzmcoon}}
|
</button>
|
</van-field>
|
</view> -->
|
<view style="margin-left: 10px;">
|
<van-field style="font-size: 36rpx;" left-icon="{{phoneUrl}}" center clearable placeholder="请输入用户名" bindinput="usernameBindInput">
|
</van-field>
|
</view>
|
<view style="margin-left: 10px;">
|
<van-field style="font-size: 36rpx;" left-icon="{{codeUrl}}" center clearable placeholder="请输入密码" bindinput="passwordBindInput">
|
</van-field>
|
</view>
|
<view style="padding: 140rpx 0 80rpx 0;">
|
<button class="{{ buttonColor ? 'bg-primeval' : 'bg-disable' }} text-xl" style="width: 90%;" bindtap="login">登录</button>
|
</view>
|
</view>
|
<view wx:else>
|
<view style="padding: 140rpx 0 80rpx 0;">
|
<button class="bg-primeval" style="width: 90%;" bindtap="tap">点击登录</button>
|
</view>
|
</view>
|
|
|
</view>
|