Skip to content

Commit 026e5f7

Browse files
author
Bill Li
authored
Update Sms.vue
1 parent 5e7a149 commit 026e5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sms.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</div>
3838

3939
<div class="text-xs-center">
40-
<button :disabled="getVerifyCode.length != 6" class="btn btn-link text-info display-4" @click="onActivatorAccount">
40+
<button :disabled="getVerifyCode().length != verifyCodeLength" class="btn btn-link text-info display-4" @click="onActivatorAccount">
4141
激活
4242
</button>
4343
</div>

0 commit comments

Comments
 (0)