From 6a4ba4db0eea4206419116e523b484664d0d186c Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Tue, 25 Aug 2026 04:21:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=84=88=E5=BF=83?= =?UTF-8?q?=E9=AD=94=E6=96=B9=E9=A1=B5=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=EF=BC=8C=E7=89=88=E6=9C=AC=20202608282?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- pages/yxg-magic/index.vue | 12 ++---------- util/yxgConfig.js | 4 ++-- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/pages/yxg-magic/index.vue b/pages/yxg-magic/index.vue index 4253410..eefd2d9 100644 --- a/pages/yxg-magic/index.vue +++ b/pages/yxg-magic/index.vue @@ -81,8 +81,8 @@ const h5Url = computed( `${YXG_H5_BASE}?mp=1&nh=1&sbh=4&v=${YXG_H5_VERSION}#wechat_redirect`, ) -function onWebLoad(e) { - console.log('[yxg-magic] web-view load', e?.detail || e) +function onWebLoad() { + // web-view loaded } function onWebError(e) { @@ -93,14 +93,6 @@ function onWebError(e) { duration: 3000, }) } - -console.log('[yxg-magic] outer nav + webview', { - headH, - webviewH, - logoW, - logoH, - logoSrc: YXG_MP_LOGO_URL, -})