|
|
@@ -10,7 +10,7 @@
|
|
|
<Field v-model="formData.vcode" type="digit" name="vcode" label="短信验证码" placeholder="必填" autocomplete="off"
|
|
|
:rules="formRules.vcode">
|
|
|
<template #button>
|
|
|
- <Button size="small" type="primary" :disabled="isCountdown" @click="sendVerifyCode">
|
|
|
+ <Button size="small" type="danger" :disabled="isCountdown" @click="sendVerifyCode">
|
|
|
<span v-if="isCountdown">重新发送({{ currentTime.seconds }})</span>
|
|
|
<span v-else>获取验证码</span>
|
|
|
</Button>
|
|
|
@@ -22,7 +22,7 @@
|
|
|
:rules="formRules.refernum">
|
|
|
<!-- <template #button>
|
|
|
<app-qrcode-scan @success="onScanSuccess">
|
|
|
- <Button size="small" type="primary">扫码</Button>
|
|
|
+ <Button size="small" type="danger">扫码</Button>
|
|
|
</app-qrcode-scan>
|
|
|
</template> -->
|
|
|
</Field>
|