Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -4,7 +4,7 @@ import { LoginModel } from './LoginModel'; | @@ -4,7 +4,7 @@ import { LoginModel } from './LoginModel'; | ||
| 4 | import { ModifyPasswordRequestItem } from './ModifyPasswordRequestItem'; | 4 | import { ModifyPasswordRequestItem } from './ModifyPasswordRequestItem'; |
| 5 | import { router } from '@kit.ArkUI'; | 5 | import { router } from '@kit.ArkUI'; |
| 6 | import { encryptMessage } from '../../utils/cryptoUtil'; | 6 | import { encryptMessage } from '../../utils/cryptoUtil'; |
| 7 | -import { TrackingPageBrowse, TrackConstants } from 'wdTracking/Index'; | 7 | +import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking/Index'; |
| 8 | 8 | ||
| 9 | /** | 9 | /** |
| 10 | * 修改密码页面 | 10 | * 修改密码页面 |
| @@ -153,6 +153,7 @@ struct ModifyPasswordPage { | @@ -153,6 +153,7 @@ struct ModifyPasswordPage { | ||
| 153 | .borderRadius('4vp') | 153 | .borderRadius('4vp') |
| 154 | .onClick(() => { | 154 | .onClick(() => { |
| 155 | if(this.btnStatus){ | 155 | if(this.btnStatus){ |
| 156 | + TrackingButton.click("changePasswordPageConfirm",TrackConstants.PageName.Change_Passwd,TrackConstants.PageName.Change_Passwd) | ||
| 156 | this.submit() | 157 | this.submit() |
| 157 | } | 158 | } |
| 158 | }) | 159 | }) |
-
Please register or login to post a comment