正在显示
1 个修改的文件
包含
8 行增加
和
5 行删除
@@ -292,6 +292,12 @@ | @@ -292,6 +292,12 @@ | ||
292 | <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | 292 | <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> |
293 | <script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=HGLBZ-WD66X-2H74V-TJ6NI-NHNWZ-DNBJ5"></script> | 293 | <script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&key=HGLBZ-WD66X-2H74V-TJ6NI-NHNWZ-DNBJ5"></script> |
294 | <script> | 294 | <script> |
295 | + | ||
296 | + | ||
297 | + var end_time = $('.end').text(); | ||
298 | + console.log('1111111111'); | ||
299 | + console.log(end_time); | ||
300 | + | ||
295 | $('.callTelAlert').click(function () { | 301 | $('.callTelAlert').click(function () { |
296 | $('.callTel').css('display','block'); | 302 | $('.callTel').css('display','block'); |
297 | }); | 303 | }); |
@@ -364,8 +370,8 @@ | @@ -364,8 +370,8 @@ | ||
364 | }); | 370 | }); |
365 | var date=result[0]+"年"+result[1]+"月"+result[2]+"日"; | 371 | var date=result[0]+"年"+result[1]+"月"+result[2]+"日"; |
366 | $(".end").html(date); | 372 | $(".end").html(date); |
367 | - var attr = result[0]+'-'+result[1]+'-'+result[2]; | ||
368 | - $(".end").attr('index',attr); | 373 | + // var attr = result[0]+'-'+result[1]+'-'+result[2]; |
374 | + // $(".end").attr('index',attr); | ||
369 | }, | 375 | }, |
370 | className: 'order_day' | 376 | className: 'order_day' |
371 | }) | 377 | }) |
@@ -527,9 +533,6 @@ | @@ -527,9 +533,6 @@ | ||
527 | } | 533 | } |
528 | }); | 534 | }); |
529 | 535 | ||
530 | - var end_time = $('.end').text(); | ||
531 | - console.log('1111111111'); | ||
532 | - console.log(end_time); | ||
533 | 536 | ||
534 | 537 | ||
535 | 538 |
-
请 注册 或 登录 后发表评论