正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 | }) |
-
请 注册 或 登录 后发表评论