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.
7 lines
356 B
7 lines
356 B
<view class="container">
|
|
<view class="login-form">
|
|
<input type="text" placeholder="请输入账号" bindinput="onAccountInput" />
|
|
<input type="password" placeholder="请输入密码" bindinput="onPasswordInput" />
|
|
<button bindtap="onLogin" style="background-color: #0d94ff; color: white; border-radius: 5px;">登录</button>
|
|
</view>
|
|
</view> |