修正别字

This commit is contained in:
网游之鱼
2021-10-16 06:49:37 +00:00
committed by Gitee
parent 51251331cf
commit 774cff9c52
12 changed files with 23 additions and 23 deletions

View File

@ -147,7 +147,7 @@
})
$("#button-msgReload").click(function(){
$.modal.msgReload("保存成功,正在刷新数据请稍……", modal_status.SUCCESS);
$.modal.msgReload("保存成功,正在刷新数据请稍……", modal_status.SUCCESS);
})
$("#button-open-1").click(function(){

View File

@ -59,7 +59,7 @@
type: "post",
success: function(result) {
if (result.code == web_status.SUCCESS) {
layer.msg("保存成功,正在刷新数据请稍……", {
layer.msg("保存成功,正在刷新数据请稍……", {
icon: 1,
time: 500,
shade: [0.1, '#8F8F8F']

View File

@ -42,7 +42,7 @@
function ajaxColumns() {
var url = prefix + "/ajaxColumns";
var dataParam = $.common.formToJSON("table-form");
$.modal.loading("正在查询中,请稍...");
$.modal.loading("正在查询中,请稍...");
$.post(url, dataParam, function(result) {
if (result.code == web_status.SUCCESS) {
setColumns(result.data);

View File

@ -29,9 +29,9 @@
</form>
</div>
<div class="help-block text-center" style="margin-top: 50px;">系统锁屏,请输入密码登!</div>
<div class="help-block text-center" style="margin-top: 50px;">系统锁屏,请输入密码登!</div>
<div class="text-center">
<a th:href="@{logout}">退出重新登</a>
<a th:href="@{logout}">退出重新登</a>
</div>
</div>
<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>

View File

@ -59,7 +59,7 @@
<div class="checkbox-custom" th:if="${isRemembered}" th:classappend="${captchaEnabled==false} ? 'm-t'">
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
</div>
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍...">登录</button>
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍...">登录</button>
</form>
</div>
</div>

View File

@ -58,7 +58,7 @@
<input type="checkbox" id="acceptTerm" name="acceptTerm"> <label for="acceptTerm">我已阅读并同意</label>
<a href="https://gitee.com/y_project/RuoYi/blob/master/README.md" target="_blank">使用条款</a>
</div>
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证注册,请稍...">注册</button>
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证注册,请稍...">注册</button>
</form>
</div>
</div>

View File

@ -198,7 +198,7 @@ $(window).on('load', function() {
$('.btn-custom').on('click',function (e) {
if (!croppable) {
$.modal.alertWarning("裁剪框加载中,请稍...");
$.modal.alertWarning("裁剪框加载中,请稍...");
return;
}
var data = {
@ -214,7 +214,7 @@ $(window).on('load', function() {
function submitHandler() {
if (!croppable) {
$.modal.alertWarning("裁剪框加载中,请稍...");
$.modal.alertWarning("裁剪框加载中,请稍...");
return
}
cropper.getCroppedCanvas().toBlob(function(img) {