feat: 场馆选择页改为全屏黑白双栏布局

- venue-select: 整个屏幕左右平分,左深色(综合场馆)右浅色(冰场馆)
- venue-select: 移除导航栏、边框、描述文字
- venue.js: 综合场馆排第一,首次进入默认comprehensive
- VenueSwitchHeader: 简化为场馆名+箭头单行卡片
This commit is contained in:
gqt
2026-07-13 21:53:55 +08:00
parent 6a18d3de61
commit 0582a5f6a8
4 changed files with 47 additions and 195 deletions
+1
View File
@@ -12,6 +12,7 @@
"path": "pages/venue-select/index",
"style": {
"navigationBarTitleText": "选择场馆",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}