Authored by mark

add redcar fixed

... ... @@ -357,7 +357,7 @@ bindEvent.add(function() {
});
$enableNotifyYou.on('click', function() {
new Alert("fjdsl").show();
new Alert('fjdsl').show();
});
// 增加购买数量
... ... @@ -525,8 +525,8 @@ bindEvent.add(function() {
}
});
//套餐
$('#buy-detail').click(function () {
// 套餐
$('#buy-detail').click(function() {
var opt = {
className: 'pkg-dialog',
closeIcon: false,
... ... @@ -535,6 +535,7 @@ bindEvent.add(function() {
new Dialog(opt).show();
});
// 继续购物
$('#keep-shopping').click(function() {
$('#type-chose').slideDown(SLIDETIME);
... ...