forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-03-09 a2d1b9886b00b5f4d4722c3379d3bd4f2f94b421
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--pages/zhghLogin/zhghLogin.wxml-->
<view class="index-main">
    <image class="index-icon" src="{{src}}"></image>
 
</view>
 
<view class='buttom-button'>
    <view class='login-item'>
        <text class="cuIcon-people lg text-black"></text>
        <input bindinput='inputHandler' data-type='companyAccount' class='login-item-input' placeholder='请输入账号' type='text'></input>
    </view>
    <view class='login-item'>
        <text class="cuIcon-lock lg text-black"></text>
        <input bindinput='inputHandler' data-type='companyPassword' type='password' class='login-item-input' placeholder='请输入密码'></input>
    </view>
    <button bindtap='simulationButton' class='login-submit-btn'>登录</button>
</view>