entry/src/main/ets/pages/MainPage.ets @@ -49,7 +49,7 @@ } else if (this.selectIndex == 2){ MessagePage() } else if (this.selectIndex == 3){ AccountPage() AccountPage({ selectIndex: this.selectIndex }) } } })