From 030ba5a88e9abf0417aca6b5c8cf21093a6b95b8 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Sun, 6 Oct 2024 08:04:58 +0800 Subject: [PATCH] 'bug' --- src/pages/book/index.tsx | 12 ++++++------ src/pages/salon/index.tsx | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/book/index.tsx b/src/pages/book/index.tsx index fc9bd10..3e60665 100644 --- a/src/pages/book/index.tsx +++ b/src/pages/book/index.tsx @@ -42,12 +42,12 @@ const Book = () => { useEffect(() => {}, []); - const handleClick = (value) => { - // 跳转到目的页面,在当前页面打开 - Taro.navigateTo({ - url: "/pages/index/index", - }); - }; + // const handleClick = (value) => { + // // 跳转到目的页面,在当前页面打开 + // Taro.navigateTo({ + // url: "/pages/index/index", + // }); + // }; return ( diff --git a/src/pages/salon/index.tsx b/src/pages/salon/index.tsx index 6a869b8..9c4a243 100644 --- a/src/pages/salon/index.tsx +++ b/src/pages/salon/index.tsx @@ -37,12 +37,12 @@ const Salon = () => { isWeChatFun(); }, []); - const handleClick = (value) => { - // 跳转到目的页面,在当前页面打开 - Taro.navigateTo({ - url: "/pages/index/index", - }); - }; + // const handleClick = (value) => { + // // 跳转到目的页面,在当前页面打开 + // Taro.navigateTo({ + // url: "/pages/index/index", + // }); + // }; // 是否在微信客户端 const isWeChatFun = () => {