123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "tabBar" : {
- "color" : "#999999",
- "selectedColor" : "#FF0036",
- "list" : [
- {
- "pagePath" : "pages/index/index",
- "text" : "商城",
- "iconPath" : "static/mall.png",
- "selectedIconPath" : "static/mall-a.png"
- },
- {
- "pagePath" : "pages/news/news",
- "text" : "资讯",
- "iconPath" : "static/news.png",
- "selectedIconPath" : "static/news-a.png"
- },
- {
- "pagePath" : "pages/shoppingCard/shoppingCard",
- "text" : "购物车",
- "iconPath" : "static/scart.png",
- "selectedIconPath" : "static/scart-a.png"
- },
- {
- "pagePath" : "pages/my/my",
- "text" : "我的",
- "iconPath" : "static/my.png",
- "selectedIconPath" : "static/my-a.png"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "titleNView" : false,
- "navigationStyle" : "custom"
- }
- }
- ,{
- "path" : "pages/productInfo/productInfo",
- "style" : {}
- }
- ,{
- "path" : "pages/news/news",
- "style" : {
- "titleNView" : false,
- "navigationStyle" : "custom"
- }
- }
- ,{
- "path" : "pages/shoppingCard/shoppingCard",
- "style" : {
- "titleNView" : false,
- "navigationStyle" : "custom"
- }
- }
- ,{
- "path" : "pages/my/my",
- "style" : {
- "titleNView" : false,
- "navigationStyle" : "custom"
- }
- }
- ,{
- "path" : "pages/artInfo/artInfo",
- "style" : {
-
- }
- }
- ,{
- "path" : "pages/myorders/myorders",
- "style" : {
- "navigationBarTitleText":"我的订单"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "graceMall",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|