From e030255c23c7ba3e2cbad1036a810d6d72fa864f Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期四, 26 十月 2023 18:04:58 +0800 Subject: [PATCH] 修改bug --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js index c76c754..eaa4f7a 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tPay_info.js @@ -39,7 +39,7 @@ ' <div class="col-sm-11">' + ' <div class="form-group">\n' + ' <label class="col-sm-3 control-label">请选择:</label>\n' + - ' <div class="col-sm-9">\n' + + ' <div class="col-sm-9" style="margin-top: 5px;">\n' + ' <input type="radio" id="areaType1" value="1" name="areaType"> ' + ' <label for="areaType1"> 手环 </label>\n' + ' </div>\n' + @@ -48,14 +48,14 @@ ' </div>' + '</div>' - , btn: ['关闭', '确认'] + , btn: ['确认', '关闭'] , btnAlign: 'c' //按钮居中 , shade: 0.5 //不显示遮罩 , load: 1 - , yes: function () { + , btn2: function () { layer.closeAll(); }, - btn2: function () { + yes: function () { console.log("看看id") console.log(TPayInfo.seItem.id) var ajax = new $ax(Feng.ctxPath + "/ticket/writeOff", function (data) { -- Gitblit v1.7.1