文案修改
This commit is contained in:
@@ -66,7 +66,7 @@ const goBack = () => {
|
|||||||
</view>
|
</view>
|
||||||
<ScreenHint :show="showHint">
|
<ScreenHint :show="showHint">
|
||||||
<view v-if="hintType === 1" class="tip-content">
|
<view v-if="hintType === 1" class="tip-content">
|
||||||
<text>您还有正在进行中的对局,是否进入</text>
|
<text>完成进行中的对局才能开启新的。您有正在进行中的对局,是否进入?</text>
|
||||||
<view>
|
<view>
|
||||||
<button hover-class="none" @click="backToGame">进入</button>
|
<button hover-class="none" @click="backToGame">进入</button>
|
||||||
<button hover-class="none" @click="() => (showHint = false)">
|
<button hover-class="none" @click="() => (showHint = false)">
|
||||||
|
|||||||
Reference in New Issue
Block a user