Compare commits

..

No commits in common. "746cda119db8bbaeb7038093b6cd41e398c989f2" and "665abb28d0322f374534513e4e298db2c930b61f" have entirely different histories.

View File

@ -273,7 +273,6 @@ 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"
/> />