chore: 移除愈心魔方页调试日志,版本 202608282
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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,
|
||||
})
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user