mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
Closed #40 更新提示语
This commit is contained in:
parent
f27df5b518
commit
1c331f8f3f
@ -21,9 +21,9 @@
|
||||
layui.use('layer', function(){
|
||||
var layer = layui.layer;
|
||||
<#if msg?? && msg == '0'>
|
||||
layer.alert('手机或密码错误,请重新填写', {icon: 2});
|
||||
layer.alert('用户名或密码错误,请重新填写', {icon: 2});
|
||||
<#elseif msg?? && msg == '1'>
|
||||
layer.alert('用户注册成功,请使用手机和密码登陆', {icon: 1});
|
||||
layer.alert('用户注册成功,请通过用户名和密码登陆', {icon: 1});
|
||||
</#if>
|
||||
});
|
||||
layui.use('form', function(){
|
||||
@ -49,7 +49,7 @@
|
||||
<!-- <input name="username" id="username" autofocus required lay-verify="required"
|
||||
class="form-control required" value="" placeholder="用户名/邮件/手机号"> -->
|
||||
<input name="username" id="username" autofocus required lay-verify="required"
|
||||
class="form-control required" value="" placeholder="登录账号">
|
||||
class="form-control required" value="" placeholder="用户名">
|
||||
</div>
|
||||
<div class="form-group has-feedback" style="margin-bottom:10px;">
|
||||
<span class="kfont form-control-feedback"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user