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