From 28a60b0977d66b75fb9a2c3306840bc18ec271f6 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期二, 19 八月 2025 17:51:18 +0800 Subject: [PATCH] 会员支付相关 --- cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js b/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js index 93419c2..d2de627 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/vipPayment/vipPayment.js @@ -36,7 +36,7 @@ var id = row.id; // 已退费不展示按钮 if (temp==0){ - var str = '<button class="btn btn-outline btn-primary" onclick="TCompetition.refund(\'' + id + '\')" >'+row.id+'</button>' + var str = '<button class="btn btn-outline btn-primary" onclick="TCompetition.refund(\'' + id + '\')" >'+'会员退费'+'</button>' btn = ['<p class="toolTip" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;" title="" onfocus="TUser.tooltip()">' + str + '</p>'] return btn; }else{ @@ -69,9 +69,9 @@ ' <div class="form-group">\n' + '<label class="col-sm-3 control-label">*会员到期时间:</label>'+ '<div class="col-sm-9">'+ - '<input style="width: 300px" class="form-control" id="vipEndTime" name="vipEndTime" type="date">'| + '<input style="width: 300px" class="form-control" id="vipEndTime" name="vipEndTime" type="date">'+ '</div>'+ - ' <div class="form-group refusal" style="display: none;">\n' + + ' <div class="form-group refusal" >\n' + ' <label class="col-sm-3 control-label">备注:</label>\n' + ' <div class="col-sm-9">\n' + ' <textarea id="refusal" class="form-control" style="width: 100%;height: 200px"></textarea>'+ @@ -110,9 +110,7 @@ } }); this.layerIndex = index; - $("#status1").change(function () { - this.value == 3 ? $(".refusal").show() : $(".refusal").hide(); - }); + }; -- Gitblit v1.7.1