Skip to content

Commit

Permalink
Update Sms.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Li authored Oct 29, 2017
1 parent 5e7a149 commit 026e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>

<div class="text-xs-center">
<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">
激活
</button>
</div>
Expand Down

0 comments on commit 026e5f7

Please sign in to comment.