comments.hbs 588 Bytes
<div class="goods-comments-page yoho-page">
    <div class="goods-comments" id="goods-comments">
        {{# comments}}
            <div class="comment-item">
                <span class="user-name">{{userName}}</span>
                <span class="goods-spec">&nbsp;购买了&nbsp;&nbsp;{{desc}}</span>
                <p class="detail-content">{{content}}</p>
                <span class="comment-time">{{time}}</span>
            </div>
        {{/ comments}}
    </div>
    
    {{#if loadmore}}
        <input id="loadMoreUrl" type="hidden" value="{{loadMoreUrl}}">
    {{/if}}
</div>