Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment