美文网首页
常见操作

常见操作

作者: 苍老师的眼泪 | 来源:发表于2022-02-18 17:41 被阅读0次

    一. 隐藏导航栏:

    1. 小程序:
        "globalStyle": {
            "navigationStyle":"custom"
            }
    
    1. app:
        "globalStyle": {
            "app-plus": {
                "titleNView": false
            } 
        },
    

    二. 隐藏默认tabbar
    https://www.cnblogs.com/xieyao/p/11346075.html
    app onlaunch:

        uni.hideTabBar({})
    

    相关文章

      网友评论

          本文标题:常见操作

          本文链接:https://www.haomeiwen.com/subject/tqmylrtx.html