From 47462dc6c323cc4ac7b32b93051947d351799c1f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期四, 21 三月 2024 18:53:20 +0800
Subject: [PATCH] 检索页修改

---
 pages/cart/index.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pages/cart/index.js b/pages/cart/index.js
index 16c1922..7e52034 100644
--- a/pages/cart/index.js
+++ b/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;

--
Gitblit v1.9.1