puzhibing
2023-11-25 7fe6d026bcc8f993ce76437d01607e591cc671fe
cloud-server-management/src/main/webapp/static/modular/system/ball/yuyue_info.js
@@ -172,7 +172,7 @@
// 去除最后一个逗号
    values = values.slice(0, -1);
    console.log("看看预约时间段")
    console.log(values);
    var times = values;
@@ -673,6 +673,10 @@
$(function () {
    $('#provinceCode').change(function () {
        let ajax = new $ax(Feng.ctxPath + "/coursePackage/queryCity", function (data) {
            let htmlStr = '';
@@ -699,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) {