pages/cart/index.js @@ -22,6 +22,8 @@ }, onShow() { this.shoppingCartGet(); this.setData({ totalPrice: 0.00, selectedCount: 0, checkAll: false, }) }, onDelete(e) { const item = e.currentTarget.dataset.item;