fix:去掉轮次成绩弹窗的关闭功能

This commit is contained in:
2026-05-12 17:36:37 +08:00
parent 2ed1c4a57d
commit 47fe964c31
2 changed files with 0 additions and 2 deletions

View File

@@ -213,7 +213,6 @@ onShow(async () => {
<ScreenHint <ScreenHint
:show="halfTimeTip" :show="halfTimeTip"
mode="small" mode="small"
:onClose="() => (halfTimeTip = false)"
> >
<view class="half-time-tip"> <view class="half-time-tip">
<text>上半场结束休息一下吧:</text> <text>上半场结束休息一下吧:</text>

View File

@@ -311,7 +311,6 @@ onShow(async () => {
/> />
<ScreenHint <ScreenHint
:show="showRoundTip" :show="showRoundTip"
:onClose="() => (showRoundTip = false)"
:mode="isFinalShoot ? 'tall' : 'normal'" :mode="isFinalShoot ? 'tall' : 'normal'"
> >
<RoundEndTip <RoundEndTip