王飞
2025-01-23 99365608dec6eade7d645a91fb0f2205a332d1f1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<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>