|
@@ -130,7 +130,8 @@
|
|
if(this.paypass1==this.paypass2){
|
|
if(this.paypass1==this.paypass2){
|
|
console.log('两次密码一样');
|
|
console.log('两次密码一样');
|
|
if(this.fromPage == 'forget'){
|
|
if(this.fromPage == 'forget'){
|
|
- this.resetPayPassword();
|
|
|
|
|
|
+ this.updatePayPassword();
|
|
|
|
+ // this.resetPayPassword();
|
|
}else{
|
|
}else{
|
|
this.updatePayPassword();
|
|
this.updatePayPassword();
|
|
}
|
|
}
|