Authored by zhangxiaoru

限购

@@ -180,7 +180,7 @@ @@ -180,7 +180,7 @@
180 {{/if}} 180 {{/if}}
181 181
182 {{#if canNotBuy}} 182 {{#if canNotBuy}}
183 - <a href="javascript:;" id="addtoCart" class="addto-cart canNotBuy">立即购买</a> 183 + <a href="javascript:;" id="addtoCart" class="addto-cart can-not-buy">立即购买</a>
184 {{/if}} 184 {{/if}}
185 185
186 {{#if noLimitCode}} 186 {{#if noLimitCode}}
@@ -768,7 +768,7 @@ $basicBtnC: #eb0313; @@ -768,7 +768,7 @@ $basicBtnC: #eb0313;
768 line-height: 80px; 768 line-height: 80px;
769 } 769 }
770 770
771 - .canNotBuy { 771 + .can-not-buy {
772 background-color: #ccc; 772 background-color: #ccc;
773 } 773 }
774 774