- <view class="container">
- <view class="title">
- <image src="{{comment.userHadeUrl}}"></image>
- <text>{{comment.userName}}</text>
- </view>
- <view class="goodsInfo">
- <text>{{comment.goodsInfo}}</text>
- </view>
- <view class="comment-text">
- <text>{{comment.text}}</text>
- </view>
- <view class="goods-img">
- <image wx:for="{{comment.userImages}}" wx:key="*this" src="{{item}}" bindtap='' lazy-load="true" mode="aspectFill"></image>
- </view>
- </view>
|