From 1863e6353f0de84082a21738f5d0a28f3cfeadc0 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期三, 22 十一月 2023 19:33:49 +0800 Subject: [PATCH] 后台bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js b/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js index d175826..ef27d1b 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js @@ -703,6 +703,10 @@ $('#storeId').change(function () { querySite(); }) + $('#siteId').change(function () { + if ($('#time').val()!="") + CoursePackageInfo.addTime(); + }) $('input[name="payType"]').click(function () { $('input[name="payType"]').each(function (index, e) { -- Gitblit v1.7.1