remove(j, item) { const pid = item.id; this.cartData.splice(j, 1); this.storage.remove(`product_${pid}`); }