增加视频播放返回按钮显示隐藏

This commit is contained in:
2024-12-07 17:39:56 +08:00
parent ff96875de7
commit 014f71b43b
3 changed files with 32 additions and 25 deletions

View File

@@ -18,7 +18,7 @@
"navigationBarTitleText": "任务",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
@@ -160,7 +160,7 @@
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f1a48a",
@@ -170,7 +170,7 @@
}
}
// #ifdef H5
,
,
"navigationStyle": "custom"
// #endif
}
@@ -253,7 +253,7 @@
"navigationBarTitleText": "意见反馈",
"navigationBarBackgroundColor": "#FFFFFF"
}
},{
}, {
"path": "balance/index",
"style": {
"navigationBarTitleText": "我的余额"
@@ -447,8 +447,16 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#000000",
"style": {
"safeAreaInsetBottom": "none"
},
"app-plus": {
"bounce": "none"
"bounce": "none",
"safearea": {
"bottom": {
"offset": "none"
}
}
}
// #ifndef MP-TOUTIAO
,
@@ -578,25 +586,22 @@
}
},
{
"path" : "choujiang/choujiang",
"style" :
{
"navigationBarTitleText" : "抽奖"
"path": "choujiang/choujiang",
"style": {
"navigationBarTitleText": "抽奖"
}
},
{
"path" : "gift/gift",
"style" :
{
"path": "gift/gift",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText" : "奖品列表"
"navigationBarTitleText": "奖品列表"
}
},
{
"path" : "gift/duihuan",
"style" :
{
"navigationBarTitleText" : "兑换礼品"
"path": "gift/duihuan",
"style": {
"navigationBarTitleText": "兑换礼品"
}
}
]