This commit is contained in:
xingyy 2025-03-12 11:40:58 +08:00
parent ee8b3a5bce
commit 81fc536df2

View File

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