diff --git a/pages/yxg-magic/index.vue b/pages/yxg-magic/index.vue index 796c349..752380e 100644 --- a/pages/yxg-magic/index.vue +++ b/pages/yxg-magic/index.vue @@ -3,14 +3,12 @@ - - - - - - - @@ -69,15 +57,11 @@ const headH = statusBarH + navBarH const webviewH = windowH - headH const logoH = Math.min(menuH, 30) const logoW = Math.min(Math.round((logoH * 598) / 130), Math.floor(screenW * 0.4)) -const logoLeft = Math.floor((screenW - logoW) / 2) -const logoTop = Math.floor((navBarH - logoH) / 2) const navBarStyle = `height:${headH}px;padding-top:${statusBarH}px;box-sizing:border-box;` const navRowStyle = `height:${navBarH}px;` const logoStyle = `width:${logoW}px;height:${logoH}px;` const webviewStyle = `top:${headH}px;height:${webviewH}px;` -const logoCoverStyle = `position:fixed;top:${statusBarH}px;left:0;width:${screenW}px;height:${navBarH}px;z-index:9999;` -const coverLogoStyle = `position:absolute;left:${logoLeft}px;top:${logoTop}px;width:${logoW}px;height:${logoH}px;` const h5Url = computed( () => diff --git a/util/yxgConfig.js b/util/yxgConfig.js index b6f5427..7847356 100644 --- a/util/yxgConfig.js +++ b/util/yxgConfig.js @@ -2,7 +2,7 @@ import { LOCAL_H5_HOST, USE_LOCAL_H5 } from './yxgConfig.local.js' const PROD_BASE = 'https://h5.yuxingu.com.cn/psy/' -const PROD_VERSION = '202608279' +const PROD_VERSION = '202608280' /** 愈心魔方顶栏 logo(小程序包内 static,不请求外网) */ export const YXG_MP_LOGO_URL = '/static/n-main/yxg-brand-logo.png'