fix(cartBtmList): bug#15 rm debug

This commit is contained in:
ywk 2025-04-10 09:06:49 +08:00
parent 7bac32fd48
commit 83621a2d03
1 changed files with 0 additions and 2 deletions

View File

@ -344,8 +344,6 @@ export default {
}); });
}, },
goBuy() { goBuy() {
console.log(this.goodsCheck, '....goodsCheck')
return
let shoppArr = this.goodsCheck[0].orderItemsParams.map((item) => { let shoppArr = this.goodsCheck[0].orderItemsParams.map((item) => {
return item.shoppingId; return item.shoppingId;
}); });