提交 2584e83c 编写于 作者: 归鱼儿's avatar 归鱼儿

修改密码框为不可见

上级 5f27b398
......@@ -9,7 +9,7 @@
v-model="loginForm.email" />
<input
type="text"
type="password"
class="input-text error"
placeholder="密码"
data-type="password"
......
......@@ -14,7 +14,7 @@
v-model="regForm.true_name"
/>
<input
type="text"
type="password"
class="input-text error"
placeholder="密码"
data-type="password"
......@@ -23,6 +23,7 @@
<button type="primary" roundsize="large" @click="register">
<p>注册</p>
</button>
<div><a href="/">登录</a></div>
</div>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册