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 = () => {