|
@@ -47,15 +47,15 @@
|
|
|
</template>
|
|
|
</v-text-field>
|
|
|
</v-form>
|
|
|
+ <Verify
|
|
|
+ v-if="props.openVerify"
|
|
|
+ ref="smsVerify"
|
|
|
+ captchaType="blockPuzzle"
|
|
|
+ :imgSize="{ width: '400px', height: '200px' }"
|
|
|
+ mode="pop"
|
|
|
+ @success="verifySuccess"
|
|
|
+ />
|
|
|
</div>
|
|
|
- <Verify
|
|
|
- v-if="props.openVerify"
|
|
|
- ref="smsVerify"
|
|
|
- captchaType="blockPuzzle"
|
|
|
- :imgSize="{ width: '400px', height: '200px' }"
|
|
|
- mode="pop"
|
|
|
- @success="verifySuccess"
|
|
|
- />
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|