Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | import router from '@ohos.router' | 1 | import router from '@ohos.router' |
| 2 | +import { WDRouterPage, WDRouterRule } from 'wdRouter'; | ||
| 2 | import { HomePageBottomComponent } from '../components/mine/home/HomePageBottomComponent'; | 3 | import { HomePageBottomComponent } from '../components/mine/home/HomePageBottomComponent'; |
| 3 | 4 | ||
| 4 | @Entry | 5 | @Entry |
| @@ -321,8 +322,8 @@ struct MineHomePage { | @@ -321,8 +322,8 @@ struct MineHomePage { | ||
| 321 | let c = setInterval(() => { | 322 | let c = setInterval(() => { |
| 322 | this.isChangeToUserEdit = false | 323 | this.isChangeToUserEdit = false |
| 323 | }, 1000); | 324 | }, 1000); |
| 324 | - | ||
| 325 | //route 跳转写这里 TODO | 325 | //route 跳转写这里 TODO |
| 326 | + WDRouterRule.jumpWithPage(WDRouterPage.editUserInfoPage) | ||
| 326 | } | 327 | } |
| 327 | } | 328 | } |
| 328 | 329 |
-
Please register or login to post a comment