litian
2024-03-21 36b2ce21114082da777b66b4bda250c9ca7ecd30
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;