From dc3f50e715459f5ca57822444a79e89893388851 Mon Sep 17 00:00:00 2001 From: Shao Huan Qing Date: Thu, 3 Jun 2021 09:03:26 +0800 Subject: [PATCH] OnlineSupport --- .vuepress/theme/components/OnlineChat.vue | 3 +-- .vuepress/theme/components/OnlineChatLogin.vue | 11 +++++++---- support/index.md | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.vuepress/theme/components/OnlineChat.vue b/.vuepress/theme/components/OnlineChat.vue index f84c30d..fcf07d4 100644 --- a/.vuepress/theme/components/OnlineChat.vue +++ b/.vuepress/theme/components/OnlineChat.vue @@ -22,10 +22,9 @@ export default { }, data() { if (typeof window !== 'undefined') { - console.log(window.location.search, 'search') return { showLogout: false, - isdebugging: window.location.search === '?showLogin=true' + isdebugging: true, //window.location.search === '?showLogin=true' } } else { return { diff --git a/.vuepress/theme/components/OnlineChatLogin.vue b/.vuepress/theme/components/OnlineChatLogin.vue index 23cc36f..4b3e330 100644 --- a/.vuepress/theme/components/OnlineChatLogin.vue +++ b/.vuepress/theme/components/OnlineChatLogin.vue @@ -6,7 +6,9 @@
如果您已付费,请继续登录;如果您尚未付费,也可以登录后咨询付费方式。 - 查看定价 + + 查看定价 +
@@ -14,17 +16,17 @@
- +
- + - {{countDown}} 获取短信验证码 + {{countDown}} 短信验证码
@@ -187,6 +189,7 @@ export default {