拓恒河湖长制全民护河平台WEB端
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.

8 lines
468B

  1. <!--package_first/pages/announceDetail/index.wxml-->
  2. <view class="detail_container">
  3. <view class="detail_title">{{dataSource.title}}</view>
  4. <text class="detail_date">{{dataSource.createTime || ''}}</text>
  5. <image wx:if="{{dataSource.image}}" class="detail_img" mode="widthFix" src="{{dataSource.image}}"></image>
  6. <rich-text type="node" style="width:100%; white-space: pre-wrap;word-break: break-all;" nodes="{{dataSource.content}}"></rich-text>
  7. </view>