This commit is contained in:
xingyy 2025-03-12 14:15:43 +08:00
parent 837da43dbb
commit 28b213df68

View File

@ -288,6 +288,7 @@ const onLeave =async (moveX, callback) => {
</div> </div>
<van-popup v-model:show="isShow" round teleport="body"> <van-popup v-model:show="isShow" round teleport="body">
<PuzzleComponent <PuzzleComponent
v-if="isShow"
:options="captcha" :options="captcha"
@leave="onLeave" @leave="onLeave"
/> />