Blame view

src/pages.json 2.44 KB
0db291810   BigBoss   “-mcomfirmOder页面
1
2
3
  {
  	"pages": [ 
  		{
5d6200770   BigBoss   改冲突
4
  			"path": "pages/index/index",
e7121c710   BigBoss   detail update
5
  			"style": {
5d6200770   BigBoss   改冲突
6
  				"navigationBarTitleText": "商城一览"
e7121c710   BigBoss   detail update
7
8
9
  			}
  		},
  		{
9ff2df1bf   范牧   文件名称规范
10
  			"path": "pages/frameDetail/frameDetail",
0db291810   BigBoss   “-mcomfirmOder页面
11
  			"style": {
5d6200770   BigBoss   改冲突
12
  				"navigationBarTitleText": "产品详情"
0db291810   BigBoss   “-mcomfirmOder页面
13
14
  			}
  		},
e7121c710   BigBoss   detail update
15
  		{
9ff2df1bf   范牧   文件名称规范
16
  			"path": "pages/lensDetails/lensDetails",
e7121c710   BigBoss   detail update
17
18
  			"style": {
  				"navigationBarTitleText": "产品详情"
0db291810   BigBoss   “-mcomfirmOder页面
19
20
  			}
  		},
0508098fe   BigBoss   首页筛选列表接口获取
21
22
23
24
25
26
  		{
  			"path": "pages/cart/cart",
  			"style": {
  				"navigationBarTitleText": "购物车"
  			}
  		},
71166190e   BigBoss   add purchase
27
28
29
30
31
32
          {
              "path" : "pages/purchaseLenses/purchaseLenses",
              "style" : {
  				"navigationBarTitleText": "产品选购"
  			}
          },
2e191f6b1   BigBoss   修改详情页
33
34
35
36
37
38
  		{
              "path" : "pages/refundProgress/refundProgress",
  			"style": {
  				"navigationBarTitleText": "申请退款"
  			}
          },
46e5b6c99   BigBoss   add myOrder
39
40
41
42
43
          {
              "path" : "pages/myOrder/myOrder",
              "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"
  		},
  		{
0508098fe   BigBoss   首页筛选列表接口获取
74
75
76
77
  			"path": "pages/myOrderPaying/myOrderPaying",
  			"style": {
  				"navigationBarTitleText": "待付款"
  			}
0db291810   BigBoss   “-mcomfirmOder页面
78
  		}
f7e3068a1   BigBoss   update
79
          
0db291810   BigBoss   “-mcomfirmOder页面
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
110
111
112
      ],
  	"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": "我的"
  			}
  		]
  	}
  }