From bf256fd67a54231e26a41945293efbf3c23fe533 Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期三, 13 八月 2025 18:58:22 +0800 Subject: [PATCH] 赛事模块 --- cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js index 019b22a..639f1c2 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js @@ -243,7 +243,7 @@ ajax.start(); }; TQuestion.addSubmit = function () { - let studentId = $("#studentId").val(); + let studentId = $("#student").val(); let pCode = $("#pCode").val(); let cCode = $("#cCode").val(); let store = $("#store").val(); -- Gitblit v1.7.1