jiangping
2025-07-17 2f812e33de0e2507ab87b0b458faad788c52b7a4
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "pages": [
    "pages/index/index",
    "pages/demand-hall/demand-hall",
    "pages/mine/mine",
    "pages/seleCity/seleCity",
    "pages/using-workers/using-workers",
    "pages/sorting/sorting",
    "pages/packaging-worker/packaging-worker",
    "pages/success/success",
    "pages/freight/freight",
    "pages/order-details/order-details",
    "pages/freight-order/freight-order",
    "pages/order-food/order-food",
    "pages/set-up/set-up",
    "pages/login/login",
    "pages/withdrawal/withdrawal",
    "pages/balance-details/balance-details",
    "pages/withdrawal-successful/withdrawal-successful",
    "pages/employment-certification/employment-certification",
    "pages/freight-certification/freight-certification",
    "pages/catering-certification/catering-certification",
    "pages/certification-successful/certification-successful",
    "pages/certification-results/certification-results"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "",
    "navigationBarBackgroundColor": "#fff",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#999999",
    "selectedColor": "#222222",
    "borderStyle": "black",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/icon/nav_home_sel@2x (1).png",
        "selectedIconPath": "static/icon/nav_home_sel@2x.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/demand-hall/demand-hall",
        "iconPath": "static/icon/nav_order@2x.png",
        "selectedIconPath": "static/icon/nav_order_sel@2x.png",
        "text": "订单"
      },
      {
        "pagePath": "pages/mine/mine",
        "iconPath": "static/icon/nav_mine@2x.png",
        "selectedIconPath": "static/icon/nav_mine_sel@2x.png",
        "text": "我的"
      }
    ]
  },
  "usingComponents": {}
}