소스 검색

修改支付密码的方式

gcz 1 년 전
부모
커밋
946c8d7084
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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();
 					}