diff --git a/components/cartBtmList.vue b/components/cartBtmList.vue index 982266d..1d7f402 100644 --- a/components/cartBtmList.vue +++ b/components/cartBtmList.vue @@ -344,8 +344,6 @@ export default { }); }, goBuy() { - console.log(this.goodsCheck, '....goodsCheck') - return let shoppArr = this.goodsCheck[0].orderItemsParams.map((item) => { return item.shoppingId; });