闫增涛
2024-03-21 3baf9a943cdf11d4cdfb52b3756458529d0dcf2a
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;