MrShi
19 小时以前 640c489a713a54041eb63404592df3599a1777e3
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
  "pages": [
    "pages/index/index",
    "pages/mall/mall",
    "pages/community/community",
    "pages/mine/mine",
    "pages/search/search",
    "pages/special-zone/special-zone",
    "pages/login/login",
    "pages/details/details",
    "pages/shopping-cart/shopping-cart",
    "pages/confirm-order/confirm-order",
    "pages/address/address",
    "pages/new-address/new-address",
    "pages/payment-successful/payment-successful",
    "pages/select-city/select-city",
    "pages/article-details/article-details",
    "pages/settings/settings",
    "pages/message/message",
    "pages/change-binding/change-binding",
    "pages/agreement-description/agreement-description",
    "pages/order/order",
    "pages/order-details/order-details",
    "pages/my-points/my-points",
    "pages/coupon/coupon",
    "pages/coupon-details/coupon-details",
    "pages/share/share",
    "pages/coupon-rewards/coupon-rewards",
    "pages/my-collection/my-collection",
    "pages/distributor/distributor",
    "pages/sales-details/sales-details"
  ],
  "subPackages": [
    {
      "root": "pagesA",
      "pages": [
        "pages/product-management/product-management",
        "pages/write-off/write-off",
        "pages/write-off-a/write-off-a",
        "pages/order/order",
        "pages/order-details/order-details",
        "pages/my-membership/my-membership",
        "pages/my-qualifications/my-qualifications",
        "pages/virtual-account/virtual-account",
        "pages/withdraw/withdraw",
        "pages/withdraw-select/withdraw-select",
        "pages/add-bank-card/add-bank-card",
        "pages/withdraw-success/withdraw-success",
        "pages/withdrawal-details/withdrawal-details"
      ]
    }
  ],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "鼎元农机",
    "navigationBarBackgroundColor": "#ffffff",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#808080",
    "selectedColor": "#111111",
    "borderStyle": "black",
    "backgroundColor": "#fff",
    "list": [
      {
        "pagePath": "pages/index/index",
        "iconPath": "static/icon/nav_home@2x.png",
        "selectedIconPath": "static/icon/nav_home_sel@2x.png",
        "text": "首页"
      },
      {
        "pagePath": "pages/mall/mall",
        "iconPath": "static/icon/nav_shangcheng@2x.png",
        "selectedIconPath": "static/icon/nav_shangcheng_sel@2x.png",
        "text": "商城"
      },
      {
        "pagePath": "pages/community/community",
        "iconPath": "static/icon/nav_shequ@2x.png",
        "selectedIconPath": "static/icon/nav_shequ_sel@2x.png",
        "text": "社区"
      },
      {
        "pagePath": "pages/mine/mine",
        "iconPath": "static/icon/nav_wode@2x.png",
        "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
        "text": "我的"
      }
    ]
  },
  "requiredPrivateInfos": [
    "getLocation",
    "chooseLocation"
  ],
  "permission": {
    "scope.userLocation": {
      "desc": "用于获取周边经销商位置"
    }
  },
  "usingComponents": {}
}