|
@@ -24,49 +24,49 @@
|
|
|
// 产品手册
|
|
|
{
|
|
|
"path": "pages/product/manual",
|
|
|
- "style":{
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
// 关于我们
|
|
|
{
|
|
|
"path": "pages/about/index",
|
|
|
- "style":{
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
// 用户协议
|
|
|
{
|
|
|
"path": "pages/user/agreement",
|
|
|
- "style":{
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
// 隐私协议
|
|
|
{
|
|
|
"path": "pages/privacy/agreement",
|
|
|
- "style":{
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
// 猫王博物馆
|
|
|
{
|
|
|
"path": "pages/ohplay/museum",
|
|
|
- "style":{
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
// 12频道分享
|
|
|
{
|
|
|
"path": "pages/share/channels",
|
|
|
- "style":{
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
// 频道详情
|
|
|
{
|
|
|
"path": "pages/share/list",
|
|
|
- "style":{
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"onReachBottomDistance": 50
|
|
|
}
|
|
@@ -74,7 +74,7 @@
|
|
|
// 歌单
|
|
|
{
|
|
|
"path": "pages/share/detail",
|
|
|
- "style":{
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"onReachBottomDistance": 50
|
|
|
}
|
|
@@ -82,7 +82,14 @@
|
|
|
// 播放控件
|
|
|
{
|
|
|
"path": "pages/share/controls",
|
|
|
- "style":{
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // vip音乐服务
|
|
|
+ {
|
|
|
+ "path": "pages/vip/index",
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
}
|