Blame view

member-miniapp/pages.json 3.41 KB
5f2c4d97   “wangming”   Add billing amoun...
1
  {
5c34676a   “wangming”   对会员端进行了设计
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
    "pages": [
      {
        "path": "pages/login/login",
        "style": {
          "navigationStyle": "custom"
        }
      },
      {
        "path": "pages/home/home",
        "style": {
          "navigationStyle": "custom"
        }
      },
      {
        "path": "pages/booking/booking",
        "style": {
          "navigationStyle": "custom"
        }
      },
      {
        "path": "pages/profile/profile",
        "style": {
          "navigationStyle": "custom"
        }
      }
    ],
    "subPackages": [
      {
        "root": "packageBooking",
        "pages": [
          {
            "path": "record/record",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "detail/detail",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "success/success",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "consume/consume",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "stores/stores",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "store-detail/store-detail",
            "style": {
              "navigationStyle": "custom"
            }
e1dcb3a0   “wangming”   1
67
68
69
70
71
72
          },
          {
            "path": "my-appointments/my-appointments",
            "style": {
              "navigationStyle": "custom"
            }
5c34676a   “wangming”   对会员端进行了设计
73
74
75
76
77
78
79
80
81
          }
        ]
      },
      {
        "root": "packageMall",
        "pages": [
          {
            "path": "main/main",
            "style": {
e1dcb3a0   “wangming”   1
82
83
              "navigationStyle": "custom",
              "enablePullDownRefresh": true
5c34676a   “wangming”   对会员端进行了设计
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
            }
          },
          {
            "path": "product-detail/product-detail",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "order-confirm/order-confirm",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "payment-success/payment-success",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "wishlist/wishlist",
            "style": {
              "navigationStyle": "custom"
            }
          }
        ]
      },
      {
        "root": "packageProfile",
        "pages": [
          {
            "path": "order-list/order-list",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "order-detail/order-detail",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "address-list/address-list",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "address-edit/address-edit",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "about/about",
            "style": {
              "navigationStyle": "custom"
            }
          },
          {
            "path": "settings/settings",
            "style": {
              "navigationStyle": "custom"
            }
d8035736   “wangming”   Refactor project ...
150
151
152
153
154
155
          },
          {
            "path": "pickup-code/pickup-code",
            "style": {
              "navigationStyle": "custom"
            }
5c34676a   “wangming”   对会员端进行了设计
156
157
158
159
160
161
162
163
164
165
166
167
          }
        ]
      }
    ],
    "globalStyle": {
      "navigationStyle": "custom",
      "backgroundColor": "#F3F5F0",
      "backgroundTextStyle": "light"
    },
    "optimization": {
      "subPackages": true
    }
5f2c4d97   “wangming”   Add billing amoun...
168
  }