|
@@ -1,13 +1,13 @@
|
|
|
<view class="login-box">
|
|
|
<view class='login'>
|
|
|
<view class='login-item'>
|
|
|
- <input type='text' placeholder='输入账号' value='{{account}}' bindblur='account'></input>
|
|
|
+ <input type='text' placeholder='输入账号' value='{{account}}' bindinput='account'></input>
|
|
|
</view>
|
|
|
<view class='login-item'>
|
|
|
- <input type='password' placeholder='密码' value='{{pwd}}' bindblur='pwd'></input>
|
|
|
+ <input type='password' placeholder='密码' value='{{pwd}}' bindinput='pwd'></input>
|
|
|
</view>
|
|
|
<view class='login-btn' bindtap='login'>
|
|
|
- <button>登陆</button>
|
|
|
+ <button bindtap='login'>登陆</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|