newsInfo.wxml 459 B

12345678910
  1. <view class="toptip {{tipStaus}} text-white {{tipType}}" style='top:{{CustomBar}}px;'>{{tipText}}</view>
  2. <cu-custom bgColor="bg-color" isBack="{{true}}" title="新闻详情"></cu-custom>
  3. <view class="news">
  4. <view class="title">{{newsInfo.abstracts}}</view>
  5. <view class="newsName">
  6. <text>{{newsInfo.source}} {{newsInfo.hitTotal}}万阅读</text>
  7. <text>{{newsInfo.createTime}}</text>
  8. </view>
  9. <rich-text nodes="{{content}}"></rich-text>
  10. </view>