Authored by 郭成尧

Merge branch 'master' into release/5.4.1

... ... @@ -443,11 +443,11 @@ $(function() {
}
recordResult = res;
} else {
tip.show('网络断开了~~');
// tip.show('网络断开了~~');
}
},
error: function(res) {
tip.show('网络断开了~~');
// tip.show('网络断开了~~');
}
});
return recordResult;
... ...
... ... @@ -821,18 +821,11 @@ $yohoPage.on('touchstart', '.btn-minus', function() {
});
} else {
$('#chose-btn-sure').click(
function() {
var thisSkn = $('#productSkn').val();
var thisSku = '';
thisSku = $('.size-list').find('.chosed').attr('data-skuid');
window.location.href = '/cart/index/seckill?skn=' + thisSkn + '&sku=' + thisSku;
}
);
}
}
return false; // 阻止加入购物车按钮冒泡
... ...