We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7a149 commit 026e5f7Copy full SHA for 026e5f7
1 file changed
Sms.vue
@@ -37,7 +37,7 @@
37
</div>
38
39
<div class="text-xs-center">
40
- <button :disabled="getVerifyCode.length != 6" class="btn btn-link text-info display-4" @click="onActivatorAccount">
+ <button :disabled="getVerifyCode().length != verifyCodeLength" class="btn btn-link text-info display-4" @click="onActivatorAccount">
41
激活
42
</button>
43
0 commit comments