detail.page.html 384 B

123456789101112131415
  1. <ion-header>
  2. <ion-toolbar color="primary">
  3. <ion-buttons slot="start">
  4. <ion-back-button text="" default-href="/"></ion-back-button>
  5. </ion-buttons>
  6. <ion-title>新闻详情</ion-title>
  7. </ion-toolbar>
  8. </ion-header>
  9. <ion-content>
  10. <div style="line-height: 30px;padding:20px">
  11. <h2 style="text-align:center">{{title}}</h2>
  12. {{content}}
  13. </div>
  14. </ion-content>