From 491249bdf736a5f7d50417c889ad2db734b12383 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 07 九月 2023 10:22:07 +0800 Subject: [PATCH] 操作指引修改 --- pages/tabbar-page/index-tabbar/index-tabbar.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue index 330e9d4..44b4ce4 100644 --- a/pages/tabbar-page/index-tabbar/index-tabbar.vue +++ b/pages/tabbar-page/index-tabbar/index-tabbar.vue @@ -41,7 +41,6 @@ import freightForwarderIndex from '@/pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue'; import { mapState, mapMutations } from 'vuex'; import { webSocketUrl } from '@/api/request.js'; - let socket = null; export default { components: { @@ -138,7 +137,8 @@ }, isconnect: false, dotShow: false, - appHide: false + appHide: false, + phone: '' }; }, watch: { @@ -281,7 +281,7 @@ this.dotShow = filtermessage.length > 0; } }); - } + }, } }; </script> -- Gitblit v1.9.1