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, -})