From e82bb7ec7ca4e42763773d8baaa3133e7ceeeb9f Mon Sep 17 00:00:00 2001 From: chris <510148846@qq.com> Date: Sat, 14 Feb 2026 11:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E2=80=9C=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6=E2=80=9D=E4=B8=BA=E2=80=9C=E8=BF=9B=E8=B4=A7=E8=BD=A6?= =?UTF-8?q?=E2=80=9D=EF=BC=9B=E8=B4=AD=E7=89=A9=E8=BD=A6=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4UI?= =?UTF-8?q?=EF=BC=9B=E4=BC=98=E5=8C=96=E8=B4=AD=E7=89=A9=E8=BD=A6=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locale/zh-Hans.json | 2 +- src/pages/cart/components/EmptyCart.vue | 8 +- src/pages/cart/index.vue | 135 +++++++++++++++++++++--- src/store/cart.ts | 17 +++ 4 files changed, 143 insertions(+), 19 deletions(-) diff --git a/src/locale/zh-Hans.json b/src/locale/zh-Hans.json index 6a1358b..62061ef 100644 --- a/src/locale/zh-Hans.json +++ b/src/locale/zh-Hans.json @@ -1,7 +1,7 @@ { "tabbar.home": "首页", "tabbar.about": "关于", - "tabbar.cart": "购物车", + "tabbar.cart": "进货车", "tabbar.store": "商家", "tabbar.me": "我的", "i18n.title": "中文标题", diff --git a/src/pages/cart/components/EmptyCart.vue b/src/pages/cart/components/EmptyCart.vue index 482af68..860f581 100644 --- a/src/pages/cart/components/EmptyCart.vue +++ b/src/pages/cart/components/EmptyCart.vue @@ -1,3 +1,9 @@ +