From ca1bb63b28e9031d8f07b71294fdb2fedb9a2570 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Mon, 22 Jul 2019 10:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8E=A5=E6=94=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/goods-classify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {