Showing
1 changed file
with
4 additions
and
3 deletions
@@ -357,7 +357,7 @@ bindEvent.add(function() { | @@ -357,7 +357,7 @@ bindEvent.add(function() { | ||
357 | }); | 357 | }); |
358 | 358 | ||
359 | $enableNotifyYou.on('click', function() { | 359 | $enableNotifyYou.on('click', function() { |
360 | - new Alert("fjdsl").show(); | 360 | + new Alert('fjdsl').show(); |
361 | }); | 361 | }); |
362 | 362 | ||
363 | // 增加购买数量 | 363 | // 增加购买数量 |
@@ -525,8 +525,8 @@ bindEvent.add(function() { | @@ -525,8 +525,8 @@ bindEvent.add(function() { | ||
525 | } | 525 | } |
526 | }); | 526 | }); |
527 | 527 | ||
528 | - //套餐 | ||
529 | - $('#buy-detail').click(function () { | 528 | + // 套餐 |
529 | + $('#buy-detail').click(function() { | ||
530 | var opt = { | 530 | var opt = { |
531 | className: 'pkg-dialog', | 531 | className: 'pkg-dialog', |
532 | closeIcon: false, | 532 | closeIcon: false, |
@@ -535,6 +535,7 @@ bindEvent.add(function() { | @@ -535,6 +535,7 @@ bindEvent.add(function() { | ||
535 | 535 | ||
536 | new Dialog(opt).show(); | 536 | new Dialog(opt).show(); |
537 | }); | 537 | }); |
538 | + | ||
538 | // 继续购物 | 539 | // 继续购物 |
539 | $('#keep-shopping').click(function() { | 540 | $('#keep-shopping').click(function() { |
540 | $('#type-chose').slideDown(SLIDETIME); | 541 | $('#type-chose').slideDown(SLIDETIME); |
-
Please register or login to post a comment