comment.wxml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <view class="comment">
  2. <view class="comment-item ph-sm">
  3. <view class="bar justify-between">
  4. <view class="bar-fr bar">
  5. <image src="http://www.diwuyuan.com/bbs/uc_server/data/avatar/000/00/02/52_avatar_big.jpg" class="round"></image>
  6. <text class='ml-sm'>文晓港</text>
  7. <text class="gray-text text-sm"> 3 小时前</text>
  8. </view>
  9. <button class="success btn sm bar-fr" bindtap="recomment" data-id="{{comments.comment_id}}">
  10. <text class="iconfont icon-writefill"> 回复</text>
  11. </button>
  12. </view>
  13. <view class="comment-mian">
  14. <view class="comment-content">评论回复的内容</view>
  15. <view class="lattice-image">
  16. <view style='background-image:url(http://image.weilanwl.com/img/4x3-1.jpg)'>
  17. </view>
  18. <view style='background-image:url(http://image.weilanwl.com/img/3x4-3.jpg)'>
  19. </view>
  20. </view>
  21. <view class="comment-sub">
  22. <view class="comment-sub-name">
  23. <text class="success-text">王晓明</text>
  24. <text class="gray-text text-sm">2 分钟前</text>
  25. </view>
  26. <view class="comment-sub-content">说的dei dei!</view>
  27. <view class="comment-sub-name top-xs">
  28. <text class="success-text">文晓港 </text>回复
  29. <text class="success-text"> 王晓明</text>
  30. <text class="gray-text text-sm">2 分钟前</text>
  31. </view>
  32. <view class="comment-sub-content">说的dei dei!</view>
  33. </view>
  34. </view>
  35. </view>
  36. </view>