Authored by 李奇

商品列表曝光开发完成

... ... @@ -43,7 +43,6 @@
PRD_SKN: this.productSkn // 商品SKN (可选)
};
console.log('push', this.index);
this.$parent.addIntoWaiting(param);
}
this.isVisiable = visible;
... ...
... ... @@ -53,6 +53,7 @@
rect.bottom > this.viewArea.top && rect.bottom < this.viewArea.bottom)
},
addIntoWaiting(param) {
console.log('product item push')
this.waiting.push(param);
}
},
... ...