From 049ccc6c31912a0866dec1a0e8e8fc0e41180e87 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 11 Dec 2023 16:09:54 +0800 Subject: [PATCH] phone num --- src/components/Bottom.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Bottom.vue b/src/components/Bottom.vue index 471275a..1e68fba 100644 --- a/src/components/Bottom.vue +++ b/src/components/Bottom.vue @@ -6,7 +6,7 @@
@@ -56,7 +56,7 @@ const addWeChat = () => { } const toPhone = () => { - window.location.href = 'tel:13717892018' + window.location.href = 'tel:18701012664' }