forked from angelo/web-retail-h5
fix(cartBtmList): bug#15 rm debug
This commit is contained in:
parent
7bac32fd48
commit
83621a2d03
|
@ -344,8 +344,6 @@ export default {
|
|||
});
|
||||
},
|
||||
goBuy() {
|
||||
console.log(this.goodsCheck, '....goodsCheck')
|
||||
return
|
||||
let shoppArr = this.goodsCheck[0].orderItemsParams.map((item) => {
|
||||
return item.shoppingId;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue