-
Notifications
You must be signed in to change notification settings - Fork 28
/
pages.json
90 lines (88 loc) · 2.22 KB
/
pages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"pages": [{
"path": "pages/tabs/index/index",
"style": {
"navigationBarTitleText": "明志商城"
}
},
{
"path": "pages/tabs/type/type",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/tabs/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/tabs/mine/mine",
"style": {
"navigationBarTitleText": "我的"
}
}
,{
"path" : "pages/address/address-list/address-list",
"style" : {"navigationBarTitleText": "地址列表"}
}
,{
"path" : "pages/address/address-edit/address-edit",
"style" : {"navigationBarTitleText": "地址编辑"}
}
,{
"path" : "pages/about/about",
"style" : {"navigationBarTitleText": "关于我们"}
}
,{
"path" : "pages/setting/setting",
"style" : {"navigationBarTitleText": "设置"}
}
,{
"path" : "pages/goods/detail/detail",
"style" : {"navigationBarTitleText": "商品详情"}
}
,{
"path" : "pages/order/order",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "明志商城",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#d81e06",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabs/index/index",
"iconPath": "static/tabs/index.png",
"selectedIconPath": "static/tabs/index1.png",
"text": "首页"
},
{
"pagePath": "pages/tabs/type/type",
"iconPath": "static/tabs/type.png",
"selectedIconPath": "static/tabs/type1.png",
"text": "分类"
},
{
"pagePath": "pages/tabs/cart/cart",
"iconPath": "static/tabs/cart.png",
"selectedIconPath": "static/tabs/cart1.png",
"text": "购物车"
},
{
"pagePath": "pages/tabs/mine/mine",
"iconPath": "static/tabs/mine.png",
"selectedIconPath": "static/tabs/mine1.png",
"text": "我的"
}
]
}
}