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);
... ... @@ -1127,7 +1128,7 @@ function loadRecommend() {
$('.individual-comment').find('.block-title').find('.sep').removeClass('hide');
$('#recommend-shop').removeClass('hide');
$('#recommend-content').append(html);
$('.recommend-slider').slider2({
... ...