chenrui 5 년 전
부모
커밋
3176feae96
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/userCenter/userInfo/changePayPwd.vue

+ 3 - 3
pages/userCenter/userInfo/changePayPwd.vue

@@ -40,9 +40,9 @@
 			},
 			//  忘记支付密码
 			goPage(){
-				// uni.redirectTo({
-				// 	url: '/pages/userCenter/userInfo/paymentPwd'
-				// })
+				uni.redirectTo({
+					url: '/pages/userCenter/userInfo/smsVerification'
+				})
 			}
 		}
 	}