MrShi
17 小时以前 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
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
{
  "pages": [
    "pages/index/index",
    "pages/find/index",
    "pages/map/index",
    "pages/my/index",
    "pages/news/index",
    "pages/selectCity/index",
    "pages/coffeeEncyclopedia/index",
    "pages/details/index",
    "pages/recommendedStores/index",
    "pages/shopDetails/index",
    "pages/storeDetails/index",
    "pages/discoverySearchPage/index",
    "pages/information/index",
    "pages/activity/index",
    "pages/eventDetails/index",
    "pages/darenExplorationStore/index",
    "pages/authorHomepage/index",
    "pages/InformationDetails/index",
    "pages/coffee/index",
    "pages/hotDishesDetails/index",
    "pages/businessNews/index",
    "pages/reviewMerchant/index",
    "pages/commentList/index",
    "pages/personalData/index",
    "pages/shippingAddress/index",
    "pages/operationAddress/index",
    "pages/myAttention/index",
    "pages/creationCenter/creationCenter",
    "pages/creationCenter/creationAuthentication",
    "pages/creationCenter/creationSubmit",
    "pages/merchant/applyMerchant/merchantMessage",
    "pages/merchant/applyMerchant/certificationCofirm",
    "pages/selectLocation/selectLocation",
    "pages/merchant/applyMerchant/merchantSubmit",
    "pages/merchant/applyMerchant/merchantApproveFail",
    "pages/merchant/merchatCenter/merchantCenter",
    "pages/signIn/index",
    "pages/curryBean/index",
    "pages/curryBeanExchange/index",
    "pages/confirmOrder/index",
    "pages/redemptionSucceeded/index",
    "pages/subscriptionSchedule/index",
    "pages/allEvaluations/index",
    "pages/subscriptionConfirmation/index",
    "pages/mySubscriptions/index",
    "pages/viewLogistics/index",
    "pages/boutiqueMall/index",
    "pages/productDetails/index",
    "pages/mallOrderConfirmation/index",
    "pages/shoppingCart/index",
    "pages/myCoupon/index",
    "pages/myOrder/index",
    "pages/modifyAddress/index",
    "pages/afterSales/index",
    "pages/applyAfterSales/index",
    "pages/spplyRefund/index",
    "pages/orderDetails/index",
    "pages/canceled/index",
    "pages/coffeeBeanOrder/index",
    "pages/returnsRefunds/index",
    "pages/returnRefundDetails/index",
    "pages/expressDelivery/index",
    "pages/exchangeGoods/index",
    "pages/exchangeDetails/index",
    "pages/coupon/index",
    "pages/writeOff/index",
    "pages/businessCooperation/index",
    "pages/clause/index",
    "pages/evaluateOrders/index",
    "pages/postComments/index",
    "pages/merchant/merchatCenter/merchantMessage",
    "pages/merchant/merchatCenter/merchantNews",
    "pages/merchant/merchatCenter/notifyDetail",
    "pages/merchant/merchatCenter/merchantActivity/merchantActivity",
    "pages/merchant/merchatCenter/merchantActivity/merchantActivityOprae",
    "pages/merchant/merchatCenter/merchantActivity/applyList",
    "pages/merchant/merchatCenter/merchantActivity/activityDetail",
    "pages/merchant/merchatCenter/commentManger/commentManger",
    "pages/merchant/merchatCenter/coupon/coupon",
    "pages/merchant/merchatCenter/coupon/couponOprae",
    "pages/merchant/merchatCenter/coupon/coponGet",
    "pages/merchant/merchatCenter/fansManger/fansManger",
    "pages/merchant/merchatCenter/cuisineManger/cuisineManger",
    "pages/merchant/merchatCenter/cuisineManger/cuisineOprae",
    "pages/merchant/merchatCenter/noveltyManger/noveltyManger",
    "pages/merchant/merchatCenter/noveltyManger/noveltOprae"
  ],
  "subPackages": [],
  "window": {
    "navigationBarTextStyle": "black",
    "navigationBarTitleText": "uni-app",
    "navigationBarBackgroundColor": "#F8F8F8",
    "backgroundColor": "#F8F8F8"
  },
  "tabBar": {
    "color": "#666666",
    "selectedColor": "#D20A0A",
    "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/find/index",
        "iconPath": "./static/icon/nav_faxian@2x.png",
        "selectedIconPath": "./static/icon/nav_faxian@2x(1).png",
        "text": "发现"
      },
      {
        "pagePath": "pages/map/index",
        "iconPath": "./static/icon/Frame@2x.png",
        "selectedIconPath": "./static/icon/nav_map_sel@2x.png",
        "text": "地图"
      },
      {
        "pagePath": "pages/news/index",
        "iconPath": "./static/icon/nav_xiaoxi@2x.png",
        "selectedIconPath": "./static/icon/nav_xiaoxi_sel@2x.png",
        "text": "消息"
      },
      {
        "pagePath": "pages/my/index",
        "iconPath": "./static/icon/nav_wd@2x.png",
        "selectedIconPath": "./static/icon/nav_wd_sel@2x.png",
        "text": "我的"
      }
    ]
  },
  "permission": {
    "scope.userLocation": {
      "desc": "用于获取周边店铺"
    }
  },
  "requiredPrivateInfos": [
    "getLocation"
  ],
  "usingComponents": {}
}