| | |
| | | |
| | | // 去除最后一个逗号 |
| | | values = values.slice(0, -1); |
| | | |
| | | console.log("看看预约时间段") |
| | | console.log(values); |
| | | |
| | | var times = values; |
| | |
| | | |
| | | $(function () { |
| | | |
| | | console.log("=======iiiii======"+ window.parent.TStudent.seItem.status) |
| | | |
| | | if (window.parent.TStudent.seItem.status != 5 ){ |
| | | // Hide the elements with the specified IDs |
| | | document.getElementById("hi1").style.display = "none"; |
| | | document.getElementById("hi2").style.display = "none"; |
| | | document.getElementById("hi3").style.display = "none";} |
| | | |
| | | |
| | | |
| | |
| | | $('#storeId').change(function () { |
| | | querySite(); |
| | | }) |
| | | $('#siteId').change(function () { |
| | | if ($('#time').val()!="") |
| | | CoursePackageInfo.addTime(); |
| | | }) |
| | | |
| | | $('input[name="payType"]').click(function () { |
| | | $('input[name="payType"]').each(function (index, e) { |