From b74fd9caf5f7c8505680255f0acac354c70f2674 Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Tue, 25 Aug 2026 01:18:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20WebView=20=E4=BC=A0=E5=85=A5=20statusBar?= =?UTF-8?q?Height=20=E5=B9=B6=E8=AE=BE=E7=BD=AE=E5=88=98=E6=B5=B7=E5=8C=BA?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 愈心魔方页全屏 web-view,URL 带 sbh 参数;页面背景与 H5 暖色对齐。 --- pages.json | 4 +++- pages/yxg-magic/index.vue | 18 +++++++++++++++--- util/yxgConfig.js | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index ecc0ec4..8e06e39 100644 --- a/pages.json +++ b/pages.json @@ -10,7 +10,9 @@ "path": "pages/yxg-magic/index", "style": { "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationStyle": "custom", + "backgroundColor": "#ffd1c7", + "backgroundColorTop": "#ffd1c7" } }, { diff --git a/pages/yxg-magic/index.vue b/pages/yxg-magic/index.vue index 6019403..a1dad16 100644 --- a/pages/yxg-magic/index.vue +++ b/pages/yxg-magic/index.vue @@ -1,9 +1,21 @@ + + diff --git a/util/yxgConfig.js b/util/yxgConfig.js index c8cd594..24ae0fb 100644 --- a/util/yxgConfig.js +++ b/util/yxgConfig.js @@ -1,4 +1,4 @@ /** 愈心魔方 H5(digital-psychology user-h5) */ -export const YXG_H5_VERSION = '20260825' +export const YXG_H5_VERSION = '202608252' export const YXG_H5_BASE = 'https://h5.yuxingu.com.cn/psy/' export const YXG_H5_HOME_URL = `${YXG_H5_BASE}?mp=1&v=${YXG_H5_VERSION}`