From 78273207077aeb6dc0c7d494a3e28a17ff368b2f Mon Sep 17 00:00:00 2001 From: liqianjin <949671634@qq.com> Date: Thu, 23 Mar 2023 18:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=88=86=E9=A1=B5=E6=9C=AA=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy-components/diy-many-goods-list.vue | 2 +- components/ns-goods-sku/ns-goods-sku.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/diy-components/diy-many-goods-list.vue b/components/diy-components/diy-many-goods-list.vue index 5b7685e..4abc8e9 100644 --- a/components/diy-components/diy-many-goods-list.vue +++ b/components/diy-components/diy-many-goods-list.vue @@ -241,7 +241,7 @@ export default { // this.list = []; //如果是第一页需手动制空列表 // } - this.goodsList = [] + this.list = [] this.list = this.list.concat(res.data.list); //追加新数据 // this.end_time = parseInt(res.data.end_time); // 开启倒计时 diff --git a/components/ns-goods-sku/ns-goods-sku.vue b/components/ns-goods-sku/ns-goods-sku.vue index 59f5cce..c0f31d7 100644 --- a/components/ns-goods-sku/ns-goods-sku.vue +++ b/components/ns-goods-sku/ns-goods-sku.vue @@ -350,11 +350,12 @@