fix:去掉轮次成绩弹窗的关闭功能
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user