diff --git a/src/view/goods-classify.vue b/src/view/goods-classify.vue index 987585e..cdcca49 100644 --- a/src/view/goods-classify.vue +++ b/src/view/goods-classify.vue @@ -150,7 +150,7 @@ export default { goodsApi.getGoods(params).then(res => { this.showLoading = false; if (res.code == 0) { - this.goodsList = res.data || []; + this.goodsList = res.response || []; let list = []; for (var i = 0; i < this.goodsList.length; i++) { if (this.goodsList[i].goodsList.length != 0) {