{
	"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages

	{
		"path": "pages/index/index",
		"style": {
			"navigationBarTitleText": "首页",
			"navigationStyle": "custom"
		}
	},
	{
	    "path" : "pages/loosechange/loosechange",
	    "style" :                                                                                    
	    {
	        "navigationBarTitleText": "",
	        "enablePullDownRefresh": false,
			"navigationStyle": "custom"
	    }
	    
	},
	{
	    "path" : "pages/embody/embody",
	    "style" :                                                                                    
	    {
	        "navigationBarTitleText": "",
	        "enablePullDownRefresh": false,
			"navigationStyle": "custom"
	    }
	    
	},
	{
		"path": "pages/price/price",
		"style": {
			"navigationBarTitleText": "",
			"enablePullDownRefresh": false,
			"navigationStyle": "custom"
		}
	
	},
		{
			"path": "pages/login/login",
			"style": {
				"navigationBarTitleText": "登录",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}

		},
		
		{
			"path": "pages/paysuccess/paysuccess",
			"style": {
				"navigationBarTitleText": "",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}

		},


		{
			"path": "pages/user/user",
			"style": {
				"navigationBarTitleText": "我的",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}

		},
		{
			"path": "pages/orderlist/orderlist",
			"style": {
				"navigationBarTitleText": "我的订单",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/orderdetails/orderdetails",
			"style": {
				"navigationBarTitleText": "订单详情",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}

		},
		{
			"path": "pages/liebiao/liebiao",
			"style": {
				"navigationBarTitleText": "列表",
				"enablePullDownRefresh": false,
				"navigationStyle": "custom"
			}
		},

		{
			"path": "pages/details/details",
			"style": {
				"navigationBarTitleText": "作品详情",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"

			}

		},
		{
			"path": "pages/payorder/payorder",
			"style": {
				"navigationBarTitleText": "支付",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}

		},
		{
			"path": "pages/set/set",
			"style": {
				"navigationBarTitleText": "设置",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}
		}, {
			"path": "pages/userzhiliao/userzhiliao",
			"style": {
				"navigationBarTitleText": "个人资料",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}

		}, {
			"path": "pages/realname/realname",
			"style": {
				"navigationBarTitleText": "实名认证",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}

		},
		{
			"path": "pages/yhxy/yhxy",
			"style": {
				"navigationBarTitleText": "用户协议",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}

		},
		{
			"path": "pages/ysxy/ysxy",
			"style": {
				"navigationBarTitleText": "隐私协议",
				"enablePullDownRefresh": false,
				"navigationBarTextStyle": "white",
				"navigationBarBackgroundColor": "#141417",
				"navigationStyle": "custom"
			}

		}

        ,{
            "path" : "pages/erchange/erchange",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false,
				"navigationStyle": "custom"
            }
            
        }
        ,{
            "path" : "pages/ersuccess/ersuccess",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false,
				"navigationStyle": "custom"
            }
            
        }
        ,{
            "path" : "pages/tisuccess/tisuccess",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        
    ],
	//#ifndef H5
	"tabBar": {
		"custom": true,
		"color": "#8D8C9F",
		"selectedColor": "#3772FF",
		"borderStyle": "black",
		"backgroundColor": "#141417",
		"list": [{
				"pagePath": "pages/index/index",
				"iconPath": "static/tabber/home.png",
				"selectedIconPath": "static/tabber/homexz.png",
				"text": "首页"
			},
			{
				"pagePath": "pages/user/user",
				"iconPath": "static/tabber/user.png",
				"selectedIconPath": "static/tabber/userxz.png",
				"text": "我的"
			}
		]
	},
	//#endif
	
	"globalStyle": {
		"navigationBarTextStyle": "black",
		"navigationBarTitleText": "数字艺术",
		"navigationBarBackgroundColor": "#F8F8F8",
		"backgroundColor": "#F8F8F8"
	}
	
}