From 069ef498391260e068d1b985fa8f3eac12c02fc6 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Sun, 27 Apr 2025 15:22:33 +0800
Subject: [PATCH] =?UTF-8?q?Refactor(=E8=B4=AD=E7=89=A9=E8=BD=A6&=E6=88=91?=
=?UTF-8?q?=E7=9A=84):=E5=A2=9E=E5=8A=A0=E6=9C=AA=E7=99=BB=E5=BD=95?=
=?UTF-8?q?=E6=88=96=E8=80=85=E7=99=BB=E5=BD=95=E8=BF=87=E6=9C=9F=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E4=BB=A5=E4=BE=BF=E5=BE=AE=E4=BF=A1=E5=AE=A1=E6=A0=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/cart.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pages/cart.vue b/pages/cart.vue
index 23cf878..3e8d3de 100644
--- a/pages/cart.vue
+++ b/pages/cart.vue
@@ -22,7 +22,7 @@
/>
您还未登录
请注册/登录账户后重试
- 去登录
+ 去登录
@@ -440,6 +440,12 @@ export default {
this.pageToHideHandle()
},
methods: {
+ toLoginHandle() {
+ cookie.set('redirect', '/pages/cart')
+ uni.reLaunch({
+ url: '/pages/authorization/index'
+ })
+ },
goGoodsCon(item) {
this.$yrouter.push({
path: '/pages/shop/GoodsCon/index',