-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
toastr.error(resp.message, "提示!", opts); | ||
$('#email').select(); | ||
} else { | ||
toastr.error("请求服务器失败,请稍后重试", "无效登陆!", opts); | ||
toastr.error("请求服务器失败,请稍后重试", "无效登录!", opts); | ||
$('#email').select(); | ||
} | ||
} | ||
|
@@ -158,7 +158,7 @@ | |
toastr.error(resp.message, "提示!", opts); | ||
$('#email').select(); | ||
} else { | ||
toastr.error("请求服务器失败,请稍后重试", "无效登陆!", opts); | ||
toastr.error("请求服务器失败,请稍后重试", "无效登录!", opts); | ||
$('#email').select(); | ||
} | ||
} | ||
|
@@ -189,7 +189,7 @@ | |
<img src="{TPL_PATH}images/[email protected]" alt="" width="80" /> | ||
<span>log in</span> | ||
</a> | ||
<p>登陆,然后变成一只猫!</p> | ||
<p>登录,然后变成一只猫!</p> | ||
</div> | ||
<div class="form-group"> | ||
<input type="text" class="form-control input-dark" name="email" id="email" autocomplete="off" placeholder="电子邮件" /> | ||
|
@@ -200,13 +200,13 @@ | |
<div class="form-group"> | ||
<label> | ||
<input type="checkbox" class="cbr" id="remember_me" value="week" checked> | ||
保持登陆(7天内免登录) | ||
保持登录(7天内免登录) | ||
</label> | ||
</div> | ||
<div class="form-group"> | ||
<button type="submit" class="btn btn-dark btn-block text-left"> | ||
<i class="fa-lock"></i> | ||
登 陆 | ||
登 录 | ||
</button> | ||
</div> | ||
<div class="login-footer"> | ||
|
@@ -250,7 +250,7 @@ | |
<div class="form-group"> | ||
<button type="button" class="btn btn-dark btn-block text-left login-button" onclick="location.href = '{$requestPath}#login'"> | ||
<i class="fa-lock"></i> | ||
返 回 登 陆 | ||
返 回 登 录 | ||
</button> | ||
</div> | ||
</form> | ||
|