Authored by 周少峰

Merge branch 'release/5.6.1' of git.yoho.cn:fe/yohobuy-node into release/5.6.1

... ... @@ -99,10 +99,10 @@
<div class="line"></div>
<span id="code-buy" class="code-buy" skn="{{skn}}">
<span id="code-buy" class="code-buy" skn="{{product_skn}}">
<div class="code-box">
<div id="qrcode-img" class="code-img"
data-url='https://union.yoho.cn/union/app-downloads.html?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"{{skn}}"}}'>
data-url='http://union.yoho.cn/union/app-downloads.html?openby:yohobuy={"action":"go.globalpurchase","params":{"skn":"{{product_skn}}"}}'>
</div>
<div class="code-font">
<em>手机客户端<br/>扫一扫购买</em>
... ...
... ... @@ -381,7 +381,7 @@
<div class="qr-code-img mobile-code"></div>
<h5 class="qr-words">下载手机客户端</h5>
<h5 class="qr-words qr-more">
<a href="//www.yoho.cn/product#home" target="_blank">更多客户端下载</a>
<a href="http://www.yoho.cn/product#home" target="_blank">更多客户端下载</a>
</h5>
</div>
</div>
... ...
... ... @@ -83,7 +83,7 @@
<div class="qr-img code-img"></div>
<h5 class="qr-words">下载手机客户端</h5>
<h5 class="qr-more">
<a href="//www.yoho.cn/product#home">更多客户端</a>
<a href="http://www.yoho.cn/product#home">更多客户端</a>
</h5>
</div>
</li>
... ...