From 764f045c785959117db3d27d744e63d2dad6240c Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期一, 13 十一月 2023 09:04:41 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/tShop/tShopOtherTwo.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShopOtherTwo.js b/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShopOtherTwo.js index ac30f9f..f357f36 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShopOtherTwo.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tShop/tShopOtherTwo.js @@ -828,7 +828,11 @@ Feng.info("请填写板块名称") return; } - + let sort = $("#sort").val() + if(sort=='' || sort ==null){ + Feng.info("请填写排序") + return; + } //提交信息 var ajax = new $ax(Feng.ctxPath + "/tShop/addConfig1", function(data){ if(data.code == 200){ @@ -844,6 +848,7 @@ }); ajax.set("name",name); ajax.set("id",$("#id").val()); + ajax.set("sort",$("#sort").val()); ajax.start(); } TCompetition.close = function() { -- Gitblit v1.7.1