From f29b9dee3aa4c05fc36e8d89ec96f60efe71196e Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 30 七月 2024 17:54:55 +0800
Subject: [PATCH] 1

---
 sub_pages/customer/shop/shop.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/sub_pages/customer/shop/shop.vue b/sub_pages/customer/shop/shop.vue
index 82c1522..6cc13c3 100644
--- a/sub_pages/customer/shop/shop.vue
+++ b/sub_pages/customer/shop/shop.vue
@@ -249,7 +249,11 @@
 
 			},
 			//update 关注
-			async updateGz(type) {
+			async updateGz(type) {
+				if(!this.currentInfo.id){
+					this.$message.showToast('请先登录')
+					return
+				}
 				this.$message.showLoading()
 				const {
 					code

--
Gitblit v1.9.3