审查视图

吴孟雨 authored
1
{
2
  "pages": [
3
    "pages/index/index",
4
    "pages/index/banner-list/banner-list",
5 6 7
    "pages/activity/detail/detail",
    "pages/activity/activity",
    "pages/index/answer-question/answer-question",
吴孟雨 authored
8 9
    "pages/my/my",
    "pages/order/order",
10 11
    "pages/spell-list/spell-list",
    "pages/logs/logs",
吴孟雨 authored
12 13 14 15 16
    "pages/search/search",
    "pages/index/type-detail/type-detail",
    "pages/index/tandian-list/tandian-list",
    "pages/index/notice-detail/notice-detail",
    "pages/my/edit-info/edit-info",
17 18 19 20 21 22 23
    "pages/get-user-info/get-user-info",
    "pages/my/my-collect/my-collect",
    "pages/my/my-wallet/my-wallet",
    "pages/my/my-wallet/detail/detail",
    "pages/my/suggest/suggest",
    "pages/my/about/about",
    "pages/meal/meal",
24
    "pages/meal/detail/detail",
25
    "pages/order/complain/complain",
吴孟雨 authored
26
    "pages/order/order-detail/order-detail",
wumengyu authored
27
    "pages/comment/comment",
28 29
    "pages/index/city-list/city-list",
    "pages/index/recommend-list/recommend-list"
吴孟雨 authored
30
  ],
31 32
  "window": {
    "backgroundTextStyle": "light",
吴孟雨 authored
33
    "navigationBarBackgroundColor": "#fff",
34
    "navigationBarTitleText": "火柴西路",
35
    "navigationBarTextStyle": "black"
wumengyu authored
36 37 38 39 40
  },
  "permission": {
    "scope.userLocation": {
      "desc": "你的位置信息将用于获取附近的活动"
    }
吴孟雨 authored
41
  }
42
}