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

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