From 7506a3c04c531ff25e9be980f18bd73760601a93 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 06 八月 2024 17:18:18 +0800
Subject: [PATCH] 1
---
sub_pages/customer/shopping/shopping.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sub_pages/customer/shopping/shopping.vue b/sub_pages/customer/shopping/shopping.vue
index 825b175..2723829 100644
--- a/sub_pages/customer/shopping/shopping.vue
+++ b/sub_pages/customer/shopping/shopping.vue
@@ -186,6 +186,8 @@
})
this.$message.hideLoading()
if (code === 0) {
+ this.$store.dispatch('sign_add', 'shopnum');
+
if (this.ids.indexOf(item.id) >= 0) {
this.ids.splice(this.ids.indexOf(item.id), 1)
}
@@ -357,6 +359,7 @@
await this.clickSwipeButton(dto, false)
// await this.init()
}
+ this.$store.dispatch('sign_add', 'shopnum');
this.$forceUpdate()
}
},
--
Gitblit v1.9.3