Blame view

src/pages.json 2.27 KB
0db291810   BigBoss   “-mcomfirmOder页面
1
  {
bbdb26d05   Adam   s
2
  	"pages": [
0db291810   BigBoss   “-mcomfirmOder页面
3
  		{
6111092e8   BigBoss   update cart
4
5
6
7
8
9
  			"path": "pages/cart/cart",
  			"style": {
  				"navigationBarTitleText": "购物车"
  			}
  		},
  		{
5d6200770   BigBoss   改冲突
10
  			"path": "pages/index/index",
e7121c710   BigBoss   detail update
11
  			"style": {
5d6200770   BigBoss   改冲突
12
  				"navigationBarTitleText": "商城一览"
e7121c710   BigBoss   detail update
13
14
15
  			}
  		},
  		{
9ff2df1bf   范牧   文件名称规范
16
  			"path": "pages/frameDetail/frameDetail",
0db291810   BigBoss   “-mcomfirmOder页面
17
  			"style": {
5d6200770   BigBoss   改冲突
18
  				"navigationBarTitleText": "产品详情"
0db291810   BigBoss   “-mcomfirmOder页面
19
20
  			}
  		},
e7121c710   BigBoss   detail update
21
  		{
9ff2df1bf   范牧   文件名称规范
22
  			"path": "pages/lensDetails/lensDetails",
e7121c710   BigBoss   detail update
23
24
  			"style": {
  				"navigationBarTitleText": "产品详情"
0db291810   BigBoss   “-mcomfirmOder页面
25
26
  			}
  		},
bbdb26d05   Adam   s
27
28
29
  		{
  			"path": "pages/purchaseLenses/purchaseLenses",
  			"style": {
71166190e   BigBoss   add purchase
30
31
  				"navigationBarTitleText": "产品选购"
  			}
bbdb26d05   Adam   s
32
  		},
2e191f6b1   BigBoss   修改详情页
33
  		{
bbdb26d05   Adam   s
34
  			"path": "pages/refundProgress/refundProgress",
2e191f6b1   BigBoss   修改详情页
35
36
37
  			"style": {
  				"navigationBarTitleText": "申请退款"
  			}
bbdb26d05   Adam   s
38
39
40
41
42
43
44
  		},
  		{
  			"path": "pages/myOrder/myOrder",
  			"style": {
  				"navigationBarTitleText": "我的订单"
  			}
  		},
936893552   BigBoss   新增地址页面
45
  		{
9ff2df1bf   范牧   文件名称规范
46
  			"path": "pages/addAddress/addAddress",
936893552   BigBoss   新增地址页面
47
48
49
50
  			"style": {
  				"navigationBarTitleText": "新增地址"
  			}
  		},
bbdb26d05   Adam   s
51
52
53
54
55
56
  		{
  			"path": "pages/confirmOrder/confirmOrder",
  			"style": {
  				"navigationBarTitleText": "确认订单"
  			}
  		},
0db291810   BigBoss   “-mcomfirmOder页面
57
  		{
0db291810   BigBoss   “-mcomfirmOder页面
58
59
60
61
  			"path": "pages/user/user",
  			"style": {
  				"navigationBarTitleText": "我的"
  			}
435c08bd8   BigBoss   新增订单详情页面
62
63
  		},
  		{
9ff2df1bf   范牧   文件名称规范
64
  			"path": "pages/refundment/refundWays"
b2df28807   尹聃   路由
65
66
67
  		},
  		{
  			"path": "pages/refundment/refundment"
066667dc4   BigBoss   add refundProgress
68
69
  		},
  		{
bbdb26d05   Adam   s
70
  			"path": "pages/Predelivery/Predelivery"
b2df28807   尹聃   路由
71
72
  		},
  		{
4de4be344   喻鹏   客服在线和我的订单-待付款
73
74
75
  			"path": "pages/customerService/customerService"
  		},
  		{
9ff2df1bf   范牧   文件名称规范
76
  			"path": "pages/myOrderPaying/myOrderPaying"
0db291810   BigBoss   “-mcomfirmOder页面
77
  		}
bbdb26d05   Adam   s
78
  	],
0db291810   BigBoss   “-mcomfirmOder页面
79
80
81
82
83
84
85
86
87
88
89
  	"globalStyle": {
  		"navigationBarTextStyle": "black",
  		"navigationBarTitleText": "uni-app",
  		"navigationBarBackgroundColor": "#F8F8F8",
  		"backgroundColor": "#F8F8F8"
  	},
  	"tabBar": {
  		"color": "#C0C4CC",
  		"selectedColor": "#fa436a",
  		"borderStyle": "black",
  		"backgroundColor": "#ffffff",
bbdb26d05   Adam   s
90
91
  		"list": [
  			{
0db291810   BigBoss   “-mcomfirmOder页面
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
  				"pagePath": "pages/index/index",
  				"iconPath": "static/tab-home.png",
  				"selectedIconPath": "static/tab-home-current.png",
  				"text": "首页"
  			},
  			{
  				"pagePath": "pages/cart/cart",
  				"iconPath": "static/tab-cart.png",
  				"selectedIconPath": "static/tab-cart-current.png",
  				"text": "购物车"
  			},
  			{
  				"pagePath": "pages/user/user",
  				"iconPath": "static/tab-my.png",
  				"selectedIconPath": "static/tab-my-current.png",
  				"text": "我的"
  			}
  		]
  	}
bbdb26d05   Adam   s
111
  }