5c97e8b1f8
- pages.json 全局设置 navigationStyle: custom 移除原生导航栏 - App.vue 全局 page 添加状态栏安全区 padding-top - 综合场馆/冰场馆首页轮播图改为全屏模式(无圆角无边距、去除标题) - 轮播图高度改为 33.33vh 占屏幕三分之一 - VenueSwitchHeader 从轮播图上方移至公告活动板块下方 - 合并 tabBar 页面路由、清理废弃组件 VenueTabBar
328 lines
7.9 KiB
JSON
328 lines
7.9 KiB
JSON
{
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/venue-select/index",
|
|
"style": {
|
|
"navigationBarTitleText": "选择场馆",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/private/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订场"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商城",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/courses/index",
|
|
"style": {
|
|
"navigationBarTitleText": "约课",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/home/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/courses/index",
|
|
"style": {
|
|
"navigationBarTitleText": "约课"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/bookings/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的预约"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/profile/index",
|
|
"style": {
|
|
"navigationBarTitleText": "会员中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/activities/index",
|
|
"style": {
|
|
"navigationBarTitleText": "活动公告",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/activities/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "活动详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/courses/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "课程详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/courses/confirm",
|
|
"style": {
|
|
"navigationBarTitleText": "确认课程预约"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/private/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订场"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/private/confirm",
|
|
"style": {
|
|
"navigationBarTitleText": "确认包场"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/tickets/index",
|
|
"style": {
|
|
"navigationBarTitleText": "篮球门票"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/pay/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订单支付"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/orders/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/bookings/course-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "课程预约详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/bookings/private-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "包场预约详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/profile/balance",
|
|
"style": {
|
|
"navigationBarTitleText": "余额流水",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/profile/tickets",
|
|
"style": {
|
|
"navigationBarTitleText": "我的门票",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/profile/orders",
|
|
"style": {
|
|
"navigationBarTitleText": "我的订单",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/profile/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/mall/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商城",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/membership/cards",
|
|
"style": {
|
|
"navigationBarTitleText": "我的次卡",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/membership/card-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "次卡详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/membership/available-sessions",
|
|
"style": {
|
|
"navigationBarTitleText": "可约排课",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/comprehensive/membership/booking-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "次卡预约详情",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/home/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/private/index",
|
|
"style": {
|
|
"navigationBarTitleText": "订场"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/mall/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商城"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/courses/index",
|
|
"style": {
|
|
"navigationBarTitleText": "近期课程"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/bookings/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的预约",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/profile/index",
|
|
"style": {
|
|
"navigationBarTitleText": "会员中心"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/bookings/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "预约详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/courses/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "课程详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/profile/cards",
|
|
"style": {
|
|
"navigationBarTitleText": "我的会员卡",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/profile/card-history",
|
|
"style": {
|
|
"navigationBarTitleText": "会员卡使用流水",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/profile/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/ice/activities/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "活动详情"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#6D7C84",
|
|
"selectedColor": "#0B8FB3",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/index",
|
|
"text": "首页",
|
|
"iconPath": "static/comprehensive/tab/home.png",
|
|
"selectedIconPath": "static/comprehensive/tab/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/private/index",
|
|
"text": "订场",
|
|
"iconPath": "static/comprehensive/tab/private.png",
|
|
"selectedIconPath": "static/comprehensive/tab/private-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/index",
|
|
"text": "商城",
|
|
"iconPath": "static/comprehensive/tab/mall.png",
|
|
"selectedIconPath": "static/comprehensive/tab/mall-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/courses/index",
|
|
"text": "约课",
|
|
"iconPath": "static/comprehensive/tab/course.png",
|
|
"selectedIconPath": "static/comprehensive/tab/course-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/index",
|
|
"text": "我的",
|
|
"iconPath": "static/comprehensive/tab/mine.png",
|
|
"selectedIconPath": "static/comprehensive/tab/mine-active.png"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8FAFC",
|
|
"backgroundColorBottom": "#F8FAFC",
|
|
"backgroundColorTop": "#FFFFFF"
|
|
}
|
|
}
|