From 5cb8291e0b6f63c00df21e3cd55dcdae1a8efc3b Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Thu, 4 Jul 2024 19:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8E=BB=E6=8E=89=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 126 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 101 insertions(+), 25 deletions(-) diff --git a/pages.json b/pages.json index 7543258..1b2fd2d 100644 --- a/pages.json +++ b/pages.json @@ -370,14 +370,20 @@ "style": { "navigationBarTitleText": "紧急求助", "navigationBarBackgroundColor": "#3FCB46", - "navigationBarTextStyle": "white" + "navigationBarTextStyle": "white", + "app-plus": { + "titleNView": false + } } }, { "path": "pages/my/userinfo", "style": { - "navigationBarTitleText": "个人信息" + "navigationBarTitleText": "个人信息", + "app-plus": { + "titleNView": false + } } }, // #ifdef H5 @@ -395,33 +401,48 @@ { "path": "pages/public/login", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "登录", + "app-plus": { + "titleNView": false + } } }, // #endif { "path": "pages/public/bind", "style": { - "navigationBarTitleText": "绑定手机号" + "navigationBarTitleText": "绑定手机号", + "app-plus": { + "titleNView": false + } } }, { "path": "pages/public/forgetPwd", "style": { - "navigationBarTitleText": "重置密码" + "navigationBarTitleText": "重置密码", + "app-plus": { + "titleNView": false + } } }, { "path": "pages/public/loginphone", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "登录", + "app-plus": { + "titleNView": false + } } }, { "path": "pages/public/loginmsg", "style": { - "navigationBarTitleText": "登录" + "navigationBarTitleText": "登录", + "app-plus": { + "titleNView": false + } } }, { @@ -751,7 +772,10 @@ { "path": "renzheng/index", "style": { - "navigationBarTitleText": "月嫂认证" + "navigationBarTitleText": "月嫂认证", + "app-plus": { + "titleNView": false + } } }, //#ifdef MP-WEIXIN @@ -790,38 +814,56 @@ "path": "wallet/teammoneydetail", "style": { "navigationBarTitleText": "商家收益", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "app-plus": { + "titleNView": false + } } }, { "path": "gonghui/index", "style": { - "navigationBarTitleText": "我的商家" + "navigationBarTitleText": "我的商家", + "app-plus": { + "titleNView": false + } } }, { "path": "gonghui/therapist", "style": { - "navigationBarTitleText": "商家技师" + "navigationBarTitleText": "商家技师", + "app-plus": { + "titleNView": false + } } }, { "path": "wallet/yinhangka", "style": { - "navigationBarTitleText": "银行卡账号" + "navigationBarTitleText": "银行卡账号", + "app-plus": { + "titleNView": false + } } }, { "path": "wallet/zhifubao", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "app-plus": { + "titleNView": false + } } }, { "path": "wallet/cashList", "style": { "navigationBarTitleText": "提现记录", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "app-plus": { + "titleNView": false + } } }, { @@ -839,7 +881,10 @@ "path": "wallet/usermoneydetail", "style": { "navigationBarTitleText": "收益明细", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "app-plus": { + "titleNView": false + } } }, { @@ -935,43 +980,65 @@ { "path": "publish/index", "style": { - "navigationBarTitleText": "我的发布" + "navigationBarTitleText": "我的发布", + "app-plus": { + "titleNView": false + } } }, { "path": "publish/type", "style": { - "navigationBarTitleText": "发布类型" + "navigationBarTitleText": "发布类型", + "app-plus": { + "titleNView": false + } } }, { "path": "publish/yaoqing", "style": { - "navigationBarTitleText": "分享好友" + "navigationBarTitleText": "分享好友", + "app-plus": { + "titleNView": false + } } }, { "path": "publish/download", "style": { - "navigationBarTitleText": "APP下载" + "navigationBarTitleText": "APP下载", + "app-plus": { + "titleNView": false + } } }, { "path": "publish/editor", "style": { - "navigationBarTitleText": "个人发布" + + "navigationBarTitleText": "个人发布", + "app-plus": { + "titleNView": false + } } }, { "path": "publish/firm", "style": { - "navigationBarTitleText": "企业发布" + "navigationBarTitleText": "企业发布", + "app-plus": { + "titleNView": false + } } }, { "path": "setting/customer", "style": { - "navigationBarTitleText": "在线客服" + "navigationBarTitleText": "在线客服", + "app-plus": { + "titleNView": false + } } }, { @@ -1065,19 +1132,28 @@ { "path": "takeOrder/index", "style": { - "navigationBarTitleText": "我的接单" + "navigationBarTitleText": "我的接单", + "app-plus": { + "titleNView": false + } } }, { "path": "takeOrder/takeDetail", "style": { - "navigationBarTitleText": "接单详情" + "navigationBarTitleText": "接单详情", + "app-plus": { + "titleNView": false + } } }, { "path": "setting/chat", "style": { - "navigationBarTitleText": "联系客服" + "navigationBarTitleText": "联系客服", + "app-plus": { + "titleNView": false + } } } ]