|
|
@ -483,8 +483,6 @@ |
|
|
}else{ |
|
|
}else{ |
|
|
for(var i=0;i<this.multipleList.length;i++){ |
|
|
for(var i=0;i<this.multipleList.length;i++){ |
|
|
if(this.multipleList[i].attributeName == item.name){ //同种分类 |
|
|
if(this.multipleList[i].attributeName == item.name){ //同种分类 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for(var m=0;m<this.multipleList[i].productAttributeValueVoList.length;m++){ |
|
|
for(var m=0;m<this.multipleList[i].productAttributeValueVoList.length;m++){ |
|
|
if(this.multipleList[i].productAttributeValueVoList[m].value == item.list[index].value){ //规格相同 |
|
|
if(this.multipleList[i].productAttributeValueVoList[m].value == item.list[index].value){ //规格相同 |
|
|
|
|
|
|
|
|
@ -502,8 +500,6 @@ |
|
|
} |
|
|
} |
|
|
}else{ //不同分类 |
|
|
}else{ //不同分类 |
|
|
if(this.multipleList.length == i+1){ |
|
|
if(this.multipleList.length == i+1){ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list.push(item.list[index]) |
|
|
list.push(item.list[index]) |
|
|
var data = { |
|
|
var data = { |
|
|
attributeName:item.name, |
|
|
attributeName:item.name, |
|
|
|