Parcourir la source

修改支付密码的方式

gcz il y a 1 an
Parent
commit
946c8d7084
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      center/setPaypass.vue

+ 2 - 1
center/setPaypass.vue

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