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

15 lines
672B

  1. <!--package_first/pages/beautyDetail/index.wxml-->
  2. <view class="detail_container">
  3. <view class="detail_head">
  4. <image class="user_avatar" src="{{dataSource.headimgurl}}"></image>
  5. <view class="other_info">
  6. <text style="font-size: 32rpx; font-weight: 600;">{{dataSource.nickname}}</text>
  7. <text style="font-size: 24rpx; color: rgba(0, 0, 0, 0.5);">{{dataSource.createTime}}</text>
  8. </view>
  9. </view>
  10. <view class="content_info">{{dataSource.content}}</view>
  11. <view class="image_list">
  12. <image class="image_item" wx:for="{{imageList}}" wx:key="index" src="{{item}}" mode="widthFix"></image>
  13. </view>
  14. </view>