Authored by 李靖

限购商品显示限制

... ... @@ -89,7 +89,7 @@ setTimeout(() => {
}
// 限购码
if (!data.noLimitGoodsBtn) {
if (!data.noLimitGoodsBtn && !data.storeGood) { // 线下店限制时,不显示限购吗
if (data.canGetLimitCode) {
$('.data-can-get-limit-code').removeClass(dbClass);
}
... ...