- <view>
- <view class="artical-title fc">
- {{info.title}}
- </view>
- <view class=" tc">
- <text> {{info.publishTime}}</text>
- <i-icon type="browse" size="20" color="#80848f" />
- {{info.viewCount}}
- </view>
- <view class="wxParse artical-content">
- <rich-text nodes="{{info.content}}" space="emsp" ></rich-text>
- </view>
- </view>
|