From 83621a2d03d3d9911d77b2b56a48af90d1e56f7b Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Thu, 10 Apr 2025 09:06:49 +0800 Subject: [PATCH] fix(cartBtmList): bug#15 rm debug --- components/cartBtmList.vue | 2 -- 1 file changed, 2 deletions(-) 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; });