Blame view

src/pages.json 2.77 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
  			}
  		},
a8284c675   BigBoss   修改冲突
9
10
11
12
13
          {
              "path" : "pages/myOrder/myOrder",
              "style" : {
  				"navigationBarTitleText": "我的订单"}
          },
e7121c710   BigBoss   detail update
14
  		{
9ff2df1bf   范牧   文件名称规范
15
  			"path": "pages/frameDetail/frameDetail",
0db291810   BigBoss   “-mcomfirmOder页面
16
  			"style": {
5d6200770   BigBoss   改冲突
17
  				"navigationBarTitleText": "产品详情"
0db291810   BigBoss   “-mcomfirmOder页面
18
19
  			}
  		},
e7121c710   BigBoss   detail update
20
  		{
9ff2df1bf   范牧   文件名称规范
21
  			"path": "pages/lensDetails/lensDetails",
e7121c710   BigBoss   detail update
22
23
  			"style": {
  				"navigationBarTitleText": "产品详情"
0db291810   BigBoss   “-mcomfirmOder页面
24
25
  			}
  		},
0508098fe   BigBoss   首页筛选列表接口获取
26
27
28
29
30
31
  		{
  			"path": "pages/cart/cart",
  			"style": {
  				"navigationBarTitleText": "购物车"
  			}
  		},
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
          {
              "path" : "pages/confirmOrder/confirmOrder",
              "style" : {
a8284c675   BigBoss   修改冲突
53
  				"navigationBarTitleText": "确认订单"
0db291810   BigBoss   “-mcomfirmOder页面
54
  			}
435c08bd8   BigBoss   新增订单详情页面
55
  		},
a8284c675   BigBoss   修改冲突
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
          {
          	"path": "pages/user/user",
          	"style": {
          		"navigationBarTitleText": "我的"
          	}
          },
  		// {
  		// 	"path": "pages/detailsChoiceArgs/detailsChoiceArgs",
  		// 	"style": {
  		// 		"navigationBarTitleText": "选购参数"
  		// 	}
  		// },
  		// {
  		// 	"path": "pages/detailStandard/detailStandardSun",
  		// 	"style": {
  		// 		"navigationBarTitleText": "选购参数"
  		// 	}
  		// },
435c08bd8   BigBoss   新增订单详情页面
74
  		{
9ff2df1bf   范牧   文件名称规范
75
  			"path": "pages/refundment/refundWays"
b2df28807   尹聃   路由
76
77
78
  		},
  		{
  			"path": "pages/refundment/refundment"
066667dc4   BigBoss   add refundProgress
79
80
  		},
  		{
6111092e8   BigBoss   update cart
81
  			"path": "pages/predelivery/predelivery"
b2df28807   尹聃   路由
82
83
  		},
  		{
4de4be344   喻鹏   客服在线和我的订单-待付款
84
85
86
  			"path": "pages/customerService/customerService"
  		},
  		{
0508098fe   BigBoss   首页筛选列表接口获取
87
88
89
90
  			"path": "pages/myOrderPaying/myOrderPaying",
  			"style": {
  				"navigationBarTitleText": "待付款"
  			}
0db291810   BigBoss   “-mcomfirmOder页面
91
  		}
f7e3068a1   BigBoss   update
92
          
0db291810   BigBoss   “-mcomfirmOder页面
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
      ],
  	"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": "我的"
  			}
  		]
  	}
  }