Merge branch 'xingyy' into dev

This commit is contained in:
xingyy 2025-03-12 11:41:26 +08:00
commit 746cda119d

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"
/> />