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>
<van-popup v-model:show="isShow" round>
<PuzzleComponent
v-if="isShow"
:options="captcha"
@leave="onLeave"
/>