fix:去掉轮次成绩弹窗的关闭功能
This commit is contained in:
@@ -213,7 +213,6 @@ onShow(async () => {
|
||||
<ScreenHint
|
||||
:show="halfTimeTip"
|
||||
mode="small"
|
||||
:onClose="() => (halfTimeTip = false)"
|
||||
>
|
||||
<view class="half-time-tip">
|
||||
<text>上半场结束,休息一下吧:)</text>
|
||||
|
||||
@@ -311,7 +311,6 @@ onShow(async () => {
|
||||
/>
|
||||
<ScreenHint
|
||||
:show="showRoundTip"
|
||||
:onClose="() => (showRoundTip = false)"
|
||||
:mode="isFinalShoot ? 'tall' : 'normal'"
|
||||
>
|
||||
<RoundEndTip
|
||||
|
||||
Reference in New Issue
Block a user