From ae9bfd2d66f68a553786ac78b12f4390e65e4e09 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 24 十一月 2023 18:30:18 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/ball/ball_info.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/ball/ball_info.js b/cloud-server-management/src/main/webapp/static/modular/system/ball/ball_info.js index abd40bf..eaad8d9 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/ball/ball_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/ball/ball_info.js @@ -3,6 +3,7 @@ */ var CoursePackageInfo = { userInfoData: {}, + }; @@ -13,6 +14,7 @@ CoursePackageInfo.close = function () { parent.layer.close(window.parent.CoursePackage.layerIndex); }; + CoursePackageInfo.openDia = function (i) { @@ -451,7 +453,7 @@ htmlStr += '玩湃币支付:<input class="paiCoin" type="number" min="0" placeholder="请输入金额" style="width: 110px;background-color: #FFFFFF;background-image: none;border: 1px solid #e5e6e7;border-radius: 1px;color: inherit;padding: 6px 12px;"> 币 \n'; } htmlStr += '<button type="button" class="btn btn-info " onclick="CoursePackageInfo.openDia('+i+')" id="ensure">\n' + - ' <i class="fa fa-check"></i> 优惠卷\n' + + ' <i class="fa fa-check"></i> 优惠券\n' + '</button>'; htmlStr += '</span> <i class="fa fa-trash-o" style="font-size:24px" onclick="removePrice(this)"></i>\n' + -- Gitblit v1.7.1