Authored by 郭成尧

Merge branch 'feature/bundleToCart' into release/5.6

... ... @@ -168,11 +168,11 @@ $buyNowBtn.on('touchstart', function() {
success: function(result) {
tip.show(result.message);
if (result.code === 200) {
setTimeout(function() {
window.location.href = '/cart/index/index?cartType=ordinary';
}, 500);
}
// if (result.code === 200) {
// setTimeout(function() {
// window.location.href = '/cart/index/index?cartType=ordinary';
// }, 500);
// }
},
error: function() {
tip.show('请求失败,请重试!');
... ...
... ... @@ -77,6 +77,10 @@
float: left;
color: #444;
font-size: 28px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
.bundle-right {
... ...