From 1fb44496929548b4f07b37796d506dedc494d44a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 30 七月 2024 17:29:35 +0800
Subject: [PATCH] update 问题修复
---
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