index.wxml 422 B

123456789101112
  1. <!-- 导航栏 -->
  2. <van-nav-bar custom-style="background-color: #407DB8">
  3. <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
  4. <text slot="title" style="color: #fff;">详情</text>
  5. </van-nav-bar>
  6. <!-- title -->
  7. <text class="title">{{ msg.title }}</text>
  8. <!-- date -->
  9. <text class="date">{{ scheduletime }}</text>
  10. <!-- content -->
  11. <text class="content">{{ msg.content }}</text>