From 04ae8f22d9dbbf0328681a17d49e49e0645e3dec Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Wed, 20 Oct 2021 10:54:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20H5=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- src/pages.json | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3becbdb..23706f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-09-30) +# 0.1.0 (2021-10-20) ### 🌟 新功能 范围|描述|commitId @@ -13,6 +13,7 @@ - | 导入项目,更新项目 | 5e06adf - | 导入项目后提示并打开项目详情页 | 410f527 - | 导入wbs | 1224fcb + - | 登录时提示是否合并账号样式修改 | d82bf1a - | 登录提示是否合并账号 | 6a9b054 - | 点击日历日期查询项目列表 | c458385 - | 定期任务面板骨架屏添加 | b2698c0 diff --git a/src/pages.json b/src/pages.json index e260fc1..d29817a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -3,19 +3,28 @@ { "path": "pages/index/index", "style": { - "navigationBarText": "TALL" + "navigationBarText": "TALL", + //#ifdef H5 + "navigationStyle": "custom" + //#endif } }, { "path": "pages/phone-bind/phone-bind", "style": { - "navigationBarTitleText": "绑定手机号" + "navigationBarTitleText": "绑定手机号", + //#ifdef H5 + "navigationStyle": "custom" + //#endif } }, { "path": "pages/project-webview/project-webview", "style": { - "navigationBarTitleText": "项目详情页" + "navigationBarTitleText": "项目详情页", + //#ifdef H5 + "navigationStyle": "custom" + //#endif } } ],