- <!-- 导航栏 -->
- <van-nav-bar custom-style="background-color: #407DB8">
- <van-icon slot="left" name="arrow-left" size="25px" color="#fff" bind:click="backToParent"/>
- <text slot="title" style="color: #fff;">详情</text>
- </van-nav-bar>
- <!-- title -->
- <text class="title">{{ msg.title }}</text>
- <!-- date -->
- <text class="date">{{ scheduletime }}</text>
- <!-- content -->
- <text class="content">{{ msg.content }}</text>
|