Authored by htoooth

Merge branch 'feature/detail-op' into gray

... ... @@ -19,7 +19,6 @@
</ul>
<h2>图片链接:</h2>
<ul class="linkpic">
<li><a href="//www.yoho.cn" target="_blank"><img alt="YOHO!" src="//static.yohobuy.com/images/links/yohocn.jpg"></a></li>
</ul>
</div>
</div>
... ...
... ... @@ -19,7 +19,6 @@
</ul>
<h2>图片链接:</h2>
<ul class="linkpic">
<li><a href="//www.yoho.cn" target="_blank"><img alt="YOHO!" src="{{image2 '//static.yohobuy.com/images/links/yohocn.jpg'}}"></a></li>
</ul>
</div>
</div>
... ...
... ... @@ -60,7 +60,7 @@
<h3 class="qr-words">扫描二维码</h3>
<h3 class="qr-words">下载YohoBuy手机端</h3>
<h3 class="qr-more">
<a href="//www.yohobuy.com/download/app" target="_blank">更多客户端下载</a>
<a href="javascript:void(0);" target="_blank">更多客户端下载</a>
</h3>
</div>
</div>
... ...
<div class="yoho-footer">
{{#if footerTop}}
<div class="footertop">
<!--<div class="footertop">
<div class="index-foot">
<dl class="center-content clearfix">
<dd>
... ... @@ -110,7 +110,7 @@
</dd>
</dl>
</div>
</div>
</div>-->
{{/if}}
<div class="footerbottom">
<div class="promise">
... ... @@ -310,7 +310,7 @@
</div>
<div class="right-floating-layer hide">
<div class="qrcode-hover-box">
<a class="layer-box qrcode-download-right" href="http://www.yoho.cn/product#home" target="_blank">
<a class="layer-box qrcode-download-right" href="javascript:void(0);" target="_blank">
<span class="qrcode-img">&nbsp;</span>
</a>
<div class="download-app-box">
... ... @@ -323,7 +323,7 @@
<div class="qr-code-img mobile-code"></div>
<h5 class="qr-words">下载手机客户端</h5>
<h5 class="qr-words qr-more">
<a href="http://www.yoho.cn/product#home" target="_blank">更多客户端下载</a>
<a href="javascript:void(0);" target="_blank">更多客户端下载</a>
</h5>
</div>
</div>
... ...
... ... @@ -2,7 +2,7 @@
<div id="yoho-header" class="yoho-header" data-type="{{headType}}">
<div class="tool-wrapper clearfix" data-role="tool-wrapper">
<div class="center-content">
<div class="yoho-group-map left">
<!--<div class="yoho-group-map left">
<span class="icon-hamburger"></span>
<a href="//www.yohobuy.com"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>YOHO!BUY 有货</a>
{{#if yohoGroup}}
... ... @@ -14,7 +14,7 @@
{{/ yohoGroup}}
</ul>
{{/if}}
</div>
</div>-->
<div class="left swindle-info">
<span class="icon-note"></span>
<a href="//www.yohobuy.com/help/detail?id=103&contId=147"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}} target="_blank">
... ... @@ -83,7 +83,7 @@
<div class="qr-img code-img"></div>
<h5 class="qr-words">下载手机客户端</h5>
<h5 class="qr-more">
<a href="http://www.yoho.cn/product#home">更多客户端</a>
<a href="javascript:void(0);">更多客户端</a>
</h5>
</div>
</li>
... ...