From b716afd262ff60ff1db0b1e7c95800e7ad2b7202 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期一, 07 七月 2025 11:07:37 +0800 Subject: [PATCH] 支付版本更新 根据资金流向使用V2或V3服务商版本支付 --- cloud-server-management/src/main/webapp/static/modular/system/tHomeModule/tHomeModule.js | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tHomeModule/tHomeModule.js b/cloud-server-management/src/main/webapp/static/modular/system/tHomeModule/tHomeModule.js index 855baa9..f6e7656 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tHomeModule/tHomeModule.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tHomeModule/tHomeModule.js @@ -240,7 +240,7 @@ } if(name !='0') { if ($("#roleType").val() == 1) { - if ($('#type option:selected').text() == "详情"&&$('#type option:selected').text() == "指定商品"&&$('#type option:selected').text() == "指定折扣") { + if ($('#type option:selected').text() == "详情"||$('#type option:selected').text() == "指定商品"||$('#type option:selected').text() == "指定折扣") { if ($("#pageId").val() == '') { Feng.info("请输入跳转ID") return; @@ -248,13 +248,12 @@ } } } - if ( $("#roleType").val()==1){ - if($("#content").val()==''){ + if(data1.content ==''){ data1.content = $("#content").val(); Feng.info("请填写内容设置") return; } - } + $.ajax({ url: Feng.ctxPath + "/tHomeModule/updateHomeModule", type: "POST", -- Gitblit v1.7.1