页面去掉 title
This commit is contained in:
parent
cb7342a2db
commit
5cb8291e0b
126
pages.json
126
pages.json
|
@ -370,14 +370,20 @@
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "紧急求助",
|
"navigationBarTitleText": "紧急求助",
|
||||||
"navigationBarBackgroundColor": "#3FCB46",
|
"navigationBarBackgroundColor": "#3FCB46",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/my/userinfo",
|
"path": "pages/my/userinfo",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "个人信息"
|
"navigationBarTitleText": "个人信息",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
|
@ -395,33 +401,48 @@
|
||||||
{
|
{
|
||||||
"path": "pages/public/login",
|
"path": "pages/public/login",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "登录"
|
"navigationBarTitleText": "登录",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// #endif
|
// #endif
|
||||||
{
|
{
|
||||||
"path": "pages/public/bind",
|
"path": "pages/public/bind",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "绑定手机号"
|
"navigationBarTitleText": "绑定手机号",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/public/forgetPwd",
|
"path": "pages/public/forgetPwd",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "重置密码"
|
"navigationBarTitleText": "重置密码",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "pages/public/loginphone",
|
"path": "pages/public/loginphone",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "登录"
|
"navigationBarTitleText": "登录",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/public/loginmsg",
|
"path": "pages/public/loginmsg",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "登录"
|
"navigationBarTitleText": "登录",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -751,7 +772,10 @@
|
||||||
{
|
{
|
||||||
"path": "renzheng/index",
|
"path": "renzheng/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "月嫂认证"
|
"navigationBarTitleText": "月嫂认证",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//#ifdef MP-WEIXIN
|
//#ifdef MP-WEIXIN
|
||||||
|
@ -790,38 +814,56 @@
|
||||||
"path": "wallet/teammoneydetail",
|
"path": "wallet/teammoneydetail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商家收益",
|
"navigationBarTitleText": "商家收益",
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true,
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "gonghui/index",
|
"path": "gonghui/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的商家"
|
"navigationBarTitleText": "我的商家",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "gonghui/therapist",
|
"path": "gonghui/therapist",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商家技师"
|
"navigationBarTitleText": "商家技师",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "wallet/yinhangka",
|
"path": "wallet/yinhangka",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "银行卡账号"
|
"navigationBarTitleText": "银行卡账号",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "wallet/zhifubao",
|
"path": "wallet/zhifubao",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": ""
|
"navigationBarTitleText": "",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "wallet/cashList",
|
"path": "wallet/cashList",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "提现记录",
|
"navigationBarTitleText": "提现记录",
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true,
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -839,7 +881,10 @@
|
||||||
"path": "wallet/usermoneydetail",
|
"path": "wallet/usermoneydetail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "收益明细",
|
"navigationBarTitleText": "收益明细",
|
||||||
"enablePullDownRefresh": true
|
"enablePullDownRefresh": true,
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -935,43 +980,65 @@
|
||||||
{
|
{
|
||||||
"path": "publish/index",
|
"path": "publish/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的发布"
|
"navigationBarTitleText": "我的发布",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "publish/type",
|
"path": "publish/type",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "发布类型"
|
"navigationBarTitleText": "发布类型",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "publish/yaoqing",
|
"path": "publish/yaoqing",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "分享好友"
|
"navigationBarTitleText": "分享好友",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "publish/download",
|
"path": "publish/download",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "APP下载"
|
"navigationBarTitleText": "APP下载",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "publish/editor",
|
"path": "publish/editor",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "个人发布"
|
|
||||||
|
"navigationBarTitleText": "个人发布",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "publish/firm",
|
"path": "publish/firm",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "企业发布"
|
"navigationBarTitleText": "企业发布",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "setting/customer",
|
"path": "setting/customer",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "在线客服"
|
"navigationBarTitleText": "在线客服",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1065,19 +1132,28 @@
|
||||||
{
|
{
|
||||||
"path": "takeOrder/index",
|
"path": "takeOrder/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的接单"
|
"navigationBarTitleText": "我的接单",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "takeOrder/takeDetail",
|
"path": "takeOrder/takeDetail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "接单详情"
|
"navigationBarTitleText": "接单详情",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "setting/chat",
|
"path": "setting/chat",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "联系客服"
|
"navigationBarTitleText": "联系客服",
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue