From f88cfa02e36752e4acad7adc4b045155e8e50f21 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 08 十二月 2023 09:16:29 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai --- cloud-server-management/src/main/webapp/static/modular/system/tIntegral/tIntegral.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tIntegral/tIntegral.js b/cloud-server-management/src/main/webapp/static/modular/system/tIntegral/tIntegral.js index f1c2a35..4db5c09 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tIntegral/tIntegral.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tIntegral/tIntegral.js @@ -86,6 +86,15 @@ Feng.info("请输入合法手机号") return ; } + if ($("#phone").val()==""){ + Feng.error("请输入手机号!") + return; + } + if ($("#number").val()==""){ + Feng.error("请输入赠送积分!") + return; + } + var ajax = new $ax(Feng.ctxPath + "/tIntegral/add", function(data){ console.log("看看返回") console.log(data) @@ -112,7 +121,7 @@ var index = layer.open({ type: 2, title: language==1?'赠送积分':(language==2?'Add':'Tambahkan'), - area: ['50%', '50%'], //宽高 + area: ['60%', '60%'], //宽高 fix: false, //不固定 maxmin: true, content: Feng.ctxPath + '/tIntegral/tIntegral_add' -- Gitblit v1.7.1