Merge branch 'release/5.6.1' of git.yoho.cn:fe/yohobuy-node into release/5.6.1
Showing
3 changed files
with
4 additions
and
4 deletions
@@ -99,10 +99,10 @@ | @@ -99,10 +99,10 @@ | ||
99 | 99 | ||
100 | <div class="line"></div> | 100 | <div class="line"></div> |
101 | 101 | ||
102 | - <span id="code-buy" class="code-buy" skn="{{skn}}"> | 102 | + <span id="code-buy" class="code-buy" skn="{{product_skn}}"> |
103 | <div class="code-box"> | 103 | <div class="code-box"> |
104 | <div id="qrcode-img" class="code-img" | 104 | <div id="qrcode-img" class="code-img" |
105 | - data-url='https://union.yoho.cn/union/app-downloads.html?openby:yohobuy={"action":"go.productDetail","params":{"product_skn":"{{skn}}"}}'> | 105 | + data-url='http://union.yoho.cn/union/app-downloads.html?openby:yohobuy={"action":"go.globalpurchase","params":{"skn":"{{product_skn}}"}}'> |
106 | </div> | 106 | </div> |
107 | <div class="code-font"> | 107 | <div class="code-font"> |
108 | <em>手机客户端<br/>扫一扫购买</em> | 108 | <em>手机客户端<br/>扫一扫购买</em> |
@@ -381,7 +381,7 @@ | @@ -381,7 +381,7 @@ | ||
381 | <div class="qr-code-img mobile-code"></div> | 381 | <div class="qr-code-img mobile-code"></div> |
382 | <h5 class="qr-words">下载手机客户端</h5> | 382 | <h5 class="qr-words">下载手机客户端</h5> |
383 | <h5 class="qr-words qr-more"> | 383 | <h5 class="qr-words qr-more"> |
384 | - <a href="//www.yoho.cn/product#home" target="_blank">更多客户端下载</a> | 384 | + <a href="http://www.yoho.cn/product#home" target="_blank">更多客户端下载</a> |
385 | </h5> | 385 | </h5> |
386 | </div> | 386 | </div> |
387 | </div> | 387 | </div> |
@@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
83 | <div class="qr-img code-img"></div> | 83 | <div class="qr-img code-img"></div> |
84 | <h5 class="qr-words">下载手机客户端</h5> | 84 | <h5 class="qr-words">下载手机客户端</h5> |
85 | <h5 class="qr-more"> | 85 | <h5 class="qr-more"> |
86 | - <a href="//www.yoho.cn/product#home">更多客户端</a> | 86 | + <a href="http://www.yoho.cn/product#home">更多客户端</a> |
87 | </h5> | 87 | </h5> |
88 | </div> | 88 | </div> |
89 | </li> | 89 | </li> |
-
Please register or login to post a comment