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}`