Blame view

src/pages.json 3.23 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
  		},
  		{
ab4209caf   喻鹏   update
71
72
73
74
  			"path": "pages/customerService/customerService",
  			"style":{
  				"navigationBarTitleText" : "在线客服"
  			}
4de4be344   喻鹏   客服在线和我的订单-待付款
75
76
  		},
  		{
ab4209caf   喻鹏   update
77
78
79
80
81
82
83
84
85
86
  			"path": "pages/myOrderPaying/myOrderPaying",
  			"style":{
  				"navigationBarTitleText" : "我的订单"
  			}
  		},
  		{
  			"path": "pages/detailsChoiceArgs/detailsChoiceArgs",
  			"style":{
  				"navigationBarTitleText" : "镜片名称名称"
  			}
7d9acd27a   尹聃   选购页
87
88
89
90
91
92
93
94
95
96
97
98
99
  		},
  		{
              "path" : "pages/detailStandard/detailStandard_sun",
  			"style": {
  				"navigationBarTitleText": "太阳镜选购页"
  			}
  		},
  		{
              "path" : "pages/detailStandard/detailStandard_k",
  			"style": {
  				"navigationBarTitleText": "镜框选购页"
  			}
          }
f7e3068a1   BigBoss   update
100
          
0db291810   BigBoss   “-mcomfirmOder页面
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
126
127
128
129
130
131
      ],
  	"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": "我的"
  			}
  		]
ab4209caf   喻鹏   update
132
133
134
135
136
137
138
139
140
141
  	},
  	"condition" : { //模式配置,仅开发期间生效
  		"current": 0, //当前激活的模式(list 的索引项)
  		"list": [
  			{
  				"name": "", //模式名称
  				"path": "", //启动页面,必选
  				"query": "" //启动参数,在页面的onLoad函数里面得到
  			}
  		]
0db291810   BigBoss   “-mcomfirmOder页面
142
143
  	}
  }