{ "easycom": { "autoscan": true }, "pages": [ { "path": "pages/home/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/booking/index", "style": { "navigationStyle": "custom", "componentPlaceholder": { "booking-confirm-popup": "view" } } }, { "path": "pages/booking/detail", "style": { "navigationStyle": "custom", "componentPlaceholder": { "booking-confirm-popup": "view" } } }, { "path": "pages/profile/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/card/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/membership", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/bookings", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/teaching-schedule", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/info", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/invite", "style": { "navigationStyle": "custom" } }, { "path": "pages/teacher/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/flash-sale/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/profile/progress", "style": { "navigationStyle": "custom" } } ], "subPackages": [ { "root": "pages/admin", "pages": [ { "path": "index", "style": { "navigationStyle": "custom" } }, { "path": "analytics", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "bookings", "style": { "navigationStyle": "custom" } }, { "path": "schedule", "style": { "navigationStyle": "custom" } }, { "path": "slot-adjust", "style": { "navigationStyle": "custom" } }, { "path": "members", "style": { "navigationStyle": "custom" } }, { "path": "member-detail", "style": { "navigationStyle": "custom" } }, { "path": "member-edit", "style": { "navigationStyle": "custom" } }, { "path": "member-supplement", "style": { "navigationStyle": "custom" } }, { "path": "member-arrange", "style": { "navigationStyle": "custom" } }, { "path": "orders", "style": { "navigationStyle": "custom" } }, { "path": "card-types", "style": { "navigationStyle": "custom" } }, { "path": "studio", "style": { "navigationStyle": "custom" } }, { "path": "flash-sales", "style": { "navigationStyle": "custom" } }, { "path": "member-progress", "style": { "navigationStyle": "custom" } }, { "path": "reviews", "style": { "navigationStyle": "custom" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "普拉提约课", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#f5f5f5" }, "tabBar": { "color": "#999999", "selectedColor": "#1a1a2e", "backgroundColor": "#ffffff", "borderStyle": "white", "list": [ { "pagePath": "pages/home/index", "text": "场馆首页", "iconPath": "static/tab/home.png", "selectedIconPath": "static/tab/home-active.png" }, { "pagePath": "pages/booking/index", "text": "课程预约", "iconPath": "static/tab/booking.png", "selectedIconPath": "static/tab/booking-active.png" }, { "pagePath": "pages/profile/index", "text": "个人中心", "iconPath": "static/tab/profile.png", "selectedIconPath": "static/tab/profile-active.png" } ] } }