5c34676a
“wangming”
对会员端进行了设计
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"pages": [
"pages/login/login",
"pages/home/home",
"pages/booking/booking",
"pages/profile/profile"
],
"subPackages": [
{
"root": "packageBooking",
"pages": [
"record/record",
"detail/detail",
"success/success",
"consume/consume",
"stores/stores",
"store-detail/store-detail"
]
},
{
"root": "packageMall",
"pages": [
"main/main",
"product-detail/product-detail",
"order-confirm/order-confirm",
"payment-success/payment-success",
"wishlist/wishlist"
]
},
{
"root": "packageProfile",
"pages": [
"order-list/order-list",
"order-detail/order-detail",
"address-list/address-list",
"address-edit/address-edit",
"about/about",
|
5c34676a
“wangming”
对会员端进行了设计
|
40
41
42
43
44
45
46
47
|
]
}
],
"window": {
"navigationStyle": "custom",
"backgroundColor": "#F3F5F0",
"backgroundTextStyle": "light"
},
|