...
|
...
|
@@ -221,7 +221,7 @@ |
|
|
<script type="text/javascript" src="/static/js/study_car.js"></script>
|
|
|
<script type="text/javascript" src="/static/js/layer/layer.js"></script>
|
|
|
<script>
|
|
|
$(function () {
|
|
|
$(function () {
|
|
|
$('.yList_top').each(function () {
|
|
|
var colorHtml = $(this).children('b').html();
|
|
|
if (colorHtml == "待学车") {
|
...
|
...
|
@@ -267,7 +267,7 @@ |
|
|
layer.msg("取消预约成功");
|
|
|
setTimeout(function () {
|
|
|
window.history.go(0);
|
|
|
}, 1500);
|
|
|
}, 1500);
|
|
|
}
|
|
|
}
|
|
|
})
|
...
|
...
|
|