Authored by 2586703@qq.com

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

... ... @@ -3,7 +3,7 @@
<h2 class="about-h2">意見反饋</h2>
<div class="comments-box"></div>
</div>
{{> common/comment_publish320}}
{{> common/comment_publish_hk320}}
{{> common/comment320}}
{{> common/third_login320}}
{{> layout/footer_hk320}}
\ No newline at end of file
... ...
... ... @@ -8,7 +8,7 @@
<li><a href="http://www.yoho.cn" target="_blank">YOHO!</a></li>
<li><a href="http://www.yohobuy.com" target="_blank">YOHO!BUY</a></li>
<li class="mr-none"><a href="http://www.yohoshow.com" target="_blank">YOHO!SHOW</a></li>
<li><a href="http://www.yohogirls.com" target="_blank">YOHO!GIRLS</a></li>
<li><a href="http://www.yohoboys.com" target="_blank">YOHO!BOYS</a></li>
</ul>
</div>
<div class="link-logo">
... ...
... ... @@ -8,7 +8,7 @@
<li><a href="http://www.yoho.cn" target="_blank">YOHO!</a></li>
<li><a href="http://www.yohobuy.com" target="_blank">YOHO!BUY</a></li>
<li class="mr-none"><a href="http://www.yohoshow.com" target="_blank">YOHO!SHOW</a></li>
<li><a href="http://www.yohogirls.com" target="_blank">YOHO!GIRLS</a></li>
<li><a href="http://hk.yohoboys.com/" target="_blank">YOHO!BOYS</a></li>
</ul>
</div>
<div class="link-logo">
... ...
... ... @@ -7,7 +7,7 @@
<div class="author-channel">
{{# author}}
<p><a class="detail_author" href="{{link}}" target="_blank">By&nbsp;{{name}}</a></p>
<p><a class="detail_author" href="{{link}}" target="_blank">text:&nbsp;{{name}}</a></p>
{{/ author}}
{{# channel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ channel}}
{{# twoChannel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ twoChannel}}
... ...
... ... @@ -7,7 +7,7 @@
<div class="author-channel">
{{# author}}
<p><a class="detail_author" href="{{link}}" target="_blank">By&nbsp;{{name}}</a></p>
<p><a class="detail_author" href="{{link}}" target="_blank">text:&nbsp;{{name}}</a></p>
{{/ author}}
{{# channel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ channel}}
{{# twoChannel}}<a href="{{link}}">{{name}}</a>&nbsp;|&nbsp;{{/ twoChannel}}
... ... @@ -83,7 +83,7 @@
<i></i>
</div>
</li>
<li class="comments">
<li class="comments" id="comment-hk">
<div class="status-white">
<span class="comment-num" id="comment-num" style="right: -15px;"></span>
<i style="right: -20px;bottom: 2px;"></i>
... ...
... ... @@ -21,7 +21,7 @@
{{/only}}
<div class="magazine-more">
<time>{{title}}&nbsp;|&nbsp;{{subTitle}}</time>
<span>RBM 15</span>
<span>KD$ 20</span>
</div>
</div>
{{/magazineBanner}}
... ...
<script id="comment-textarea-tpl" type="x-tmpl-mustache">
<div class="comment-textarea">
<textarea placeholder="說點什麽..."></textarea>
<div class="login-status clearfix">
<div class="userimg">
<img src="http://cmsres.test.yoho.cn/res/new/boys/images/detail/user-img.png" alt="">
<i></i>
</div>
<div class="userinfo" style="display: none;">
<span></span>
<a class="exit-btn" href="javascript:;">退出</a>
</div>
<div class="publish">
<a class="publish-btn" href="javascript:;" onclick="YOHODCLICK('comment','mobile','publish')">Publish</a>
</div>
</div>
</div>
</script>
\ No newline at end of file
... ...
<script id="third-login-tpl" type="x-tmpl-mustache">
<div class="third-login-box clearfix">
{{^ fan}}
{{^ fanti}}
<span>第三方评论</span>
{{/ fan}}
{{# fan}}
{{/ fanti}}
{{# fanti}}
<span>第三方評論</span>
{{/ fan}}
{{/ fanti}}
<a class="qq" ref="/passport/partner/index/oauth/qq" href="javascript:;" onclick="YOHODCLICK('login','mobile','qq')">
<img height='12px' src="{{> common/environment320_image}}/about/thirdbtn-qq.png" alt="" />
</a>
... ...