From b3bf5a0b4fac7ba6bc85b2bdce5e05d55cdeb69f Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期二, 28 十一月 2023 21:46:50 +0800 Subject: [PATCH] 11.27,9 --- cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 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 bf35e44..155328e 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 @@ -260,8 +260,12 @@ giftClassHours:null, useTime:"", payUserName:"", + coursePackageConfigId:null }; data.appUserId = appUserId; + console.log("我看看规格id") + console.log($("#courseTime").val()) + data.coursePackageConfigId = $("#courseTime").val(); data.studentId = $("#student").val() data.coursePackageId = $("#coursePackageName").val() data.cashPayment = $("#cashPayment").val() @@ -312,6 +316,7 @@ var courseTimeId= $("#courseTime").val() console.log("看看课时") console.log(courseTimeId) + data.coursePackageConfigId = courseTimeId; if(typeof courseTimeId === 'undefined'){ console.log("进入") courseTimeId=0; @@ -490,7 +495,7 @@ , yes: function () { var index = layer.open({ type: 2, - title:'首页设置', + title:'添加用户', area: ['100%', '100%'], //宽高 fix: false, //不固定 maxmin: true, @@ -498,6 +503,8 @@ }); layer.closeAll('page'); }, + btn2:function () { + } }); }else{ province = response.province; @@ -530,7 +537,6 @@ area: ['100%', '100%'], //宽高 fix: false, //不固定 maxmin: true, - // todo 写用户管理路径 content: Feng.ctxPath + '/appUser/addStudent/'+appUserId }); layer.closeAll('page'); -- Gitblit v1.7.1