Authored by lore-w

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

... ... @@ -3,11 +3,11 @@
\{{# comment}}
<li class="clearfix">
<div class="userimg">
<img src="\{{userimg}}" alt="">
<img src="\{{headpic}}" alt="">
<i class="\{{partnerType}}"></i>
</div>
<div class="userinfo">
<h6>\{{username}}</h6>
<h6>\{{nick}}</h6>
<p class="comment-text">\{{content}}</p>
\{{# isSelf}}
<a class="delete-comment" href="javascript:;" pid="{{id}}"></a>
... ... @@ -21,7 +21,11 @@
\{{/ more}}
\{{# page}}
<div class="comment-pager-content pager-content-default" style="display:none">
<div class="channel-index-pager">\{{> html}}</div>
<div class="channel-index-pager">
\{{# pageList}}
<a class="pager-item \{{# isChoosen}}pager-item-choosen\{{/ isChoosen}}" href="\{{link}}">\{{text}}</a>
\{{/ pageList}}
</div>
</div>
\{{/ page}}
</script>
... ...
... ... @@ -7,8 +7,8 @@
{{# fan}}
<span>第三方評論</span>
{{/ fan}}
<a class="qq" ref="/passport/partner/index/oauth/qq" href="javascript:;"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/thirdbtn-qq.png" alt="" /></a>
<a class="yoho" href="javascript:;"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/thirdbtn-yoho.png" alt="" /></a>
<a class="sina" ref="/passport/partner/index/oauth/sina" href="javascript:;"><img src="http://localhost:8000/dist/yohogirls-frontend-web/assets/images/about/thirdbtn-sina.png" alt="" /></a>
<a class="qq" ref="/passport/partner/index/oauth/qq" href="javascript:;"><img src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/about/thirdbtn-qq.png" alt="" /></a>
<a class="yoho" href="javascript:;"><img src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/about/thirdbtn-yoho.png" alt="" /></a>
<a class="sina" ref="/passport/partner/index/oauth/sina" href="javascript:;"><img src="http://cmsres.test.yoho.cn/res/new/girls/assets/images/about/thirdbtn-sina.png" alt="" /></a>
</div>
</script>
\ No newline at end of file
... ...
... ... @@ -37,7 +37,7 @@
</div>
{{> common/menu}}
{{> common/menu_withleft}}
<script type="text/javascript" src="http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"></script>
<script type="text/javascript" src="http://localhost:8000/js/util/seajs.js?nowrap"></script>
{{> common/script}}
</body>
... ...