Blame view

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