You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
468 B

<!--pages/pbService/feiyi/info/index.wxml-->
<wxs src="../../../../utils/filter.wxs" module="filter" />
<title title="详情"></title>
<view wx:if="{{info}}">
<common-image src="{{info.default_pic_url}}" mode="widthFix" width="100%"></common-image>
<view class="info">
<view class="title">{{info.title}}</view>
<view class="title">{{info.protect_office}}</view>
<rich-text nodes="{{filter.formateRichText(info.content)}}"></rich-text>
</view>
</view>