dynamic.wxml 211 字节
<!--pages/dynamic/dynamic.wxml-->
<text class="title">{{title}}</text>
<text class="time">
  {{time}}
</text>
<video wx:if="{{videoUrl}}" src="{{videoUrl}}"></video>
<rich-text nodes="{{content}}" ></rich-text>