Explorar el Código

修改支付密码的方式

gcz hace 1 año
padre
commit
946c8d7084
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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();
 					}