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 @@