zhangzengfei
2021-06-07 a002d27f6329cec2c3aeafa28f8d4ffd2cbf901b
navigation Bar Text Style
1个文件已修改
22 ■■■■ 已修改文件
pages.json 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -30,13 +30,12 @@
            "style": {
                "navigationBarTitleText": ""
            }
        }
        , {
        }, {
            "path": "pages/invite/invite",
            "style": {
                "navigationBarTitleText": "成为经销商"
            }
        }
        }
        // #ifdef H5
        , {
            "path": "pages/invite-reg/invite-reg",
@@ -46,11 +45,11 @@
            }
        }
        // #endif
        ,{
            "path" : "pages/order/order",
            "style" : {}
        }
    ],
        , {
            "path": "pages/order/order",
            "style": {}
        }
    ],
    "tabBar": {
        "color": "#7a7e83",
        "selectedColor": "#0faeff",
@@ -76,8 +75,9 @@
        ]
    },
    "globalStyle": {
        "navigationBarTextStyle": "white",
        "navigationBarBackgroundColor": "#0faeff",
        "backgroundColor": "#fbf9fe"
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "演示",
        "navigationBarBackgroundColor": "#FFF",
        "backgroundColor": "#FFF"
    }
}