Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -163,7 +163,7 @@ struct LoginPage { | @@ -163,7 +163,7 @@ struct LoginPage { | ||
| 163 | if (!this.checkCodePage) { | 163 | if (!this.checkCodePage) { |
| 164 | Text('忘记密码').fontColor('#666666').fontSize(14).margin({ top: 16 }) | 164 | Text('忘记密码').fontColor('#666666').fontSize(14).margin({ top: 16 }) |
| 165 | .onClick(() => { | 165 | .onClick(() => { |
| 166 | - // router.pushUrl({ url: 'pages/login/ForgetPasswordPage' }) | 166 | + TrackingButton.click("loginPageForgotPassword",TrackConstants.PageName.Login_Page,TrackConstants.PageName.Login_Page) |
| 167 | if(StringUtils.isNotEmpty(this.accountContent) && StringUtils.photoMatch(this.accountContent)){ | 167 | if(StringUtils.isNotEmpty(this.accountContent) && StringUtils.photoMatch(this.accountContent)){ |
| 168 | let pageType = { 'pageType': 0, 'phone': Number(this.accountContent) } as Record<string, number>; | 168 | let pageType = { 'pageType': 0, 'phone': Number(this.accountContent) } as Record<string, number>; |
| 169 | WDRouterRule.jumpWithPage(WDRouterPage.forgetPasswordPage, pageType) | 169 | WDRouterRule.jumpWithPage(WDRouterPage.forgetPasswordPage, pageType) |
-
Please register or login to post a comment