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