|
@@ -167,7 +167,7 @@
|
|
|
var num = this.cartNum;
|
|
|
var proStatus='',disabled='';
|
|
|
var zeng = '';
|
|
|
- if(this.productStatus==1){
|
|
|
+ if(this.productStatus==1 && this.colorStatus == 1){
|
|
|
$.each(this.salesUserGiftList, function() {
|
|
|
zeng += this.giftName + '<span class="giftItems" count="'+this.userGiftCount+'">'+(num * this.userGiftCount) + '</span>件 ';
|
|
|
});
|