post.wxml 347 B

12345678910111213141516
  1. <view>
  2. <view class="artical-title fc">
  3. {{info.title}}
  4. </view>
  5. <view class=" tc">
  6. <text> {{info.publishTime}}</text>
  7. <i-icon type="browse" size="20" color="#80848f" />
  8. {{info.viewCount}}
  9. </view>
  10. <view class="wxParse artical-content">
  11. <rich-text nodes="{{info.content}}" space="emsp" ></rich-text>
  12. </view>
  13. </view>