Authored by zhangxiaoru

商品详情页限制商品

... ... @@ -101,10 +101,6 @@ function search() {
searching = false;
end = true;
loading.hideLoadingMask();
if ($('#productDesc').hasClass('limit')) {
$('#productDesc').find('.service').removeClass('service').addClass('limit-service');
}
},
error: function() {
tip.show('网络断开连接了~');
... ...
... ... @@ -14,12 +14,6 @@
}
}
.limit-service {
height: 28px;
background: resolve('product/limit.png') no-repeat;
background-size: cover;
}
.detail {
margin-bottom: 1px;
}
... ...