From 623859790a3f074c103c792e5eaca33b199dbb91 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 06 八月 2024 15:14:41 +0800 Subject: [PATCH] update 花店端的一些细节功能、打印的、合伙人推广二维码的 --- sub_pages/customer/shopping/shopping.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/shopping/shopping.vue b/sub_pages/customer/shopping/shopping.vue index 825b175..015667c 100644 --- a/sub_pages/customer/shopping/shopping.vue +++ b/sub_pages/customer/shopping/shopping.vue @@ -357,6 +357,7 @@ await this.clickSwipeButton(dto, false) // await this.init() } + this.$store.dispatch('sign_add', 'shopnum'); this.$forceUpdate() } }, -- Gitblit v1.9.3