|
|
@ -150,7 +150,7 @@ export default { |
|
|
goodsApi.getGoods(params).then(res => { |
|
|
goodsApi.getGoods(params).then(res => { |
|
|
this.showLoading = false; |
|
|
this.showLoading = false; |
|
|
if (res.code == 0) { |
|
|
if (res.code == 0) { |
|
|
this.goodsList = res.data || []; |
|
|
|
|
|
|
|
|
this.goodsList = res.response || []; |
|
|
let list = []; |
|
|
let list = []; |
|
|
for (var i = 0; i < this.goodsList.length; i++) { |
|
|
for (var i = 0; i < this.goodsList.length; i++) { |
|
|
if (this.goodsList[i].goodsList.length != 0) { |
|
|
if (this.goodsList[i].goodsList.length != 0) { |
|
|
|