From 0b80e81a97bcda5896c6517ef0a5bae9caa09fed Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 11 Apr 2024 01:03:04 +0800 Subject: [PATCH] ddd --- src/pages/index/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 21b8b9b..b85362f 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -64,7 +64,7 @@ const Index = () => { if (params?.wxid || localwxid) { // 本地存储 window.localStorage.setItem("wxid", params?.wxid ?? ""); - alert(params?.wxid); + // alert(params?.wxid); setwxid(params?.wxid); if ( !localh5openid || @@ -102,7 +102,7 @@ const Index = () => { }, }); } catch (e) { - alert(e); + // alert(e); } finally { } };