Authored by happyhour7@163.com

Merge branch 'develop' of git.dev.yoho.cn:ued/yohogirls-mustache into develop

<div class="error-container">
<div class="error-img">
<img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/other/error.png" alt="404 page">
<img src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/other/error.png" alt="404 page">
</div>
<div class="error-btn clearfix">
<a class="back-btn" href="javascript:;" onclick="history.go(-1);">返回上一页</a>
... ...
... ... @@ -9,9 +9,9 @@
<div class="userinfo">
<h6>\{{nick}}</h6>
<p class="comment-text">\{{content}}</p>
\{{# isSelf}}
<a class="delete-comment" href="javascript:;" pid="{{id}}"></a>
\{{/ isSelf}}
\{{#if isSelf}}
<a class="delete-comment" href="javascript:;" pid="\{{id}}"></a>
\{{/if}}
</div>
</li>
\{{/ comment}}
... ...