Compare commits

...

2 Commits

Author SHA1 Message Date
xingyy
746cda119d Merge branch 'xingyy' into dev 2025-03-12 11:41:26 +08:00
xingyy
81fc536df2 123 2025-03-12 11:40:58 +08:00

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