12345678910111213141516171819202122 |
- <ion-tabs>
- <ion-tab-bar slot="bottom">
- <ion-tab-button tab="tab1" href="/tabs/tab1">
- <img src="https://s1.imagehub.cc/images/2024/11/28/335f5fde21b940a0caf8d8a5a12f6156.png"
- alt="tab1 logo"
- style="height: 50px; width: 50px; ">
- <ion-label>首页</ion-label>
- </ion-tab-button>
- <ion-tab-button tab="tab2" href="/tabs/tab2">
- <ion-icon aria-hidden="true" name="ellipse"></ion-icon>
- <ion-label>社区</ion-label>
- </ion-tab-button>
- <ion-tab-button tab="tab3" href="/tabs/tab3">
- <ion-icon aria-hidden="true" name="square"></ion-icon>
- <ion-label>我的</ion-label>
- </ion-tab-button>
- </ion-tab-bar>
- </ion-tabs>
|