Files
coloruicss/pages/comment/comment.wxml
weilanwl 3834693e84 xiaogang
ColorUI 源代码
2018-06-19 21:21:54 +08:00

36 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<view class="comment">
<view class="comment-item ph-sm">
<view class="bar justify-between">
<view class="bar-fr bar">
<image src="http://www.diwuyuan.com/bbs/uc_server/data/avatar/000/00/02/52_avatar_big.jpg" class="round"></image>
<text class='ml-sm'>文晓港</text>
<text class="gray-text text-sm"> 3 小时前</text>
</view>
<button class="success btn sm bar-fr" bindtap="recomment" data-id="{{comments.comment_id}}">
<text class="iconfont icon-writefill"> 回复</text>
</button>
</view>
<view class="comment-mian">
<view class="comment-content">评论回复的内容</view>
<view class="lattice-image">
<view style='background-image:url(http://image.weilanwl.com/img/4x3-1.jpg)'>
</view>
<view style='background-image:url(http://image.weilanwl.com/img/3x4-3.jpg)'>
</view>
</view>
<view class="comment-sub">
<view class="comment-sub-name">
<text class="success-text">王晓明</text>
<text class="gray-text text-sm">2 分钟前</text>
</view>
<view class="comment-sub-content">说的dei dei</view>
<view class="comment-sub-name top-xs">
<text class="success-text">文晓港 </text>回复
<text class="success-text"> 王晓明</text>
<text class="gray-text text-sm">2 分钟前</text>
</view>
<view class="comment-sub-content">说的dei dei</view>
</view>
</view>
</view>
</view>