update:重构排位赛

This commit is contained in:
2026-05-22 15:40:55 +08:00
parent 8664ae9fe4
commit ef2a71f793
29 changed files with 4386 additions and 36 deletions

View File

@@ -185,7 +185,13 @@ onBeforeUnmount(() => {
}}</text
>
</view>
<view v-if="currentPage === 'pages/team-battle'" class="battle-progress">
<view
v-if="
currentPage === 'pages/team-battle' ||
currentPage === 'pages/team-battle/index'
"
class="battle-progress"
>
<HeaderProgress />
</view>
<!-- 对战房间:整个胶囊为分享按钮,房号从 Store 读取fixed 定位紧靠系统胶囊左侧 -->