作者 654550265

BUG修改

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