1***@163.com
1***@163.com
  • 发布:2020-06-08 17:11
  • 更新:2020-06-10 03:47
  • 阅读:936

【报Bug】pages.json 的 scrollIndicator:none 只在启动页生效

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: Windows10

HBuilderX类型: 正式

HBuilderX版本号: 2.7.9

手机系统: Android

手机系统版本号: Android 10

手机厂商: 小米

手机机型: Redmi K20 Pro

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "启动页",
"app-plus":{
"scrollIndicator":"none"
}
}
},
{
"path": "pages/index/index2",
"style": {
"navigationBarTitleText": "非启动页",
"app-plus":{
"scrollIndicator":"none"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}

预期结果:

非启动页 滚动页隐藏

实际结果:

非启动页 滚动页未隐藏

bug描述:

pages.json 的

scrollIndicator:none 只在启动页生效

{  
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages  
        {  
            "path": "pages/index/index",  
            "style": {  
                "navigationBarTitleText": "启动页",  
                "app-plus":{  
                    "scrollIndicator":"none"  
                }  
            }  
        },  
        {  
            "path": "pages/index/index2",  
            "style": {  
                "navigationBarTitleText": "非启动页",  
                "app-plus":{  
                    "scrollIndicator":"none"  
                }  
            }  
        }  
    ],  
    "globalStyle": {  
        "navigationBarTextStyle": "black",  
        "navigationBarTitleText": "uni-app",  
        "navigationBarBackgroundColor": "#F8F8F8",  
        "backgroundColor": "#F8F8F8"  
    }  
}  
2020-06-08 17:11 负责人:无 分享
已邀请:
1***@163.com

1***@163.com (作者) - 菜鸟

11111111111111

1***@163.com

1***@163.com (作者) - 菜鸟

11111111111111

3***@qq.com

3***@qq.com - 1

+1111111111111

该问题目前已经被锁定, 无法添加新回复