litian
2024-03-25 93463d63f0dd81c436aa3335506611aab8356b88
pages/cart/index.js
@@ -25,9 +25,13 @@
    this.shoppingCartGet();
  },
  onShow() {
    if (typeof this.getTabBar === 'function' && this.getTabBar()) {
      this.getTabBar().setData({
        active: 3
      })
    }
    this.shoppingCartGet();
    this.setData({ totalPrice: 0.00, selectedCount: 0, checkAll: false, })
  },
  onDelete(e) {
    const item = e.currentTarget.dataset.item;