| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [
- "pages/index/index",
- "pages/home/home",
- "pages/my/my",
- "pages/search/search",
- "pages/setMeal/setMeal",
- "pages/set/set",
- "pages/common/common",
- "pages/addOrEdit/addOrEdit",
- "pages/orderManage/orderManage",
- "pages/detail/detail",
- "pages/detailInfo/detailInfo",
- "pages/pay/pay",
- "pages/affirmOrder/affirmOrder",
- "pages/orderDetail/orderDetail",
- "pages/payStatus/payStatus",
- "pages/shouquan/shouquan",
- "pages/login/login",
- "pages/shop/shop",
- "pages/binding/binding",
- "pages/shopInfo/shopInfo"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "靖安民宿",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#A6A6A6",
- "selectedColor": "#096562",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/images/my.png",
- "selectedIconPath": "static/images/my-active.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取用户位置已展示距离民宿的距离"
- }
- },
- "requiredPrivateInfos": [
- "getLocation"
- ],
- "usingComponents": {}
- }
|