chenrui 4 years ago
parent
commit
3176feae96
1 changed files with 3 additions and 3 deletions
  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'
+				})
 			}
 		}
 	}