Authored by 李靖

限购商品显示限制

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