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.
|
<!--index.wxml-->
|
|
输入管理员用户名
|
|
<input class="input" bindinput="getName"></input>
|
|
输入用户账号
|
|
<input class="input" bindinput="getAccount"></input>
|
|
输入密码
|
|
<input class="input" bindinput="getPassword"></input>
|
|
<button bindtap="zhuce1" type="primary">管理员注册</button> |