update:修复对战后退异常问题,修复对战中设备离线弹窗点击问题

This commit is contained in:
2026-06-10 17:36:37 +08:00
parent 996754be7f
commit bfdd40ec93
2 changed files with 2 additions and 2 deletions

View File

@@ -305,7 +305,7 @@ function goBack() {
<Container <Container
:bgType="data.mode > 3 ? -1 : 0" :bgType="data.mode > 3 ? -1 : 0"
bgColor="#000000" bgColor="#000000"
:onBack="goBack" :onBack="exit"
> >
<!-- ----- Banner game 胜负展示图 NvN 对抗模式----- --> <!-- ----- Banner game 胜负展示图 NvN 对抗模式----- -->

View File

@@ -1249,7 +1249,7 @@ onShow(() => {
<view class="offline-modal"> <view class="offline-modal">
<text class="offline-title">设备已离线</text> <text class="offline-title">设备已离线</text>
<text class="offline-desc">检测到设备已断开连接请检查设备后继续比赛</text> <text class="offline-desc">检测到设备已断开连接请检查设备后继续比赛</text>
<SButton @click="showOfflineModal = false">我知道了</SButton> <SButton :onClick="() => (showOfflineModal = false)">我知道了</SButton>
</view> </view>
</SModal> </SModal>
</view> </view>