From c1006b24922632ccb9ae7186925d0fb64d805246 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 24 七月 2023 15:43:42 +0800 Subject: [PATCH] 修改验质页面出现负数的错误 --- pages/customer-page/customer-my/customer-my.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/customer-page/customer-my/customer-my.vue b/pages/customer-page/customer-my/customer-my.vue index 7d3cf26..a2d91a3 100644 --- a/pages/customer-page/customer-my/customer-my.vue +++ b/pages/customer-page/customer-my/customer-my.vue @@ -360,6 +360,8 @@ }, logoutConfirm() { redirectLogin(); + this.$store.commit('changeisLogin', false) + this.$store.dispatch('websocketOnClose') }, logoutCancel() { this.logoutShow = false; -- Gitblit v1.9.1