fix resend verify
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
},
|
||||
resendVerify: function(){
|
||||
axios.post(config.API+'voter/login', {
|
||||
'no_kp' : '970403035003'
|
||||
'no_kp' : this.user.no_kp
|
||||
})
|
||||
.then(response => {
|
||||
this.stopLoading();
|
||||
|
||||
Reference in New Issue
Block a user