Merge branch 'feature/detail-op' into gray
Showing
5 changed files
with
8 additions
and
10 deletions
@@ -19,7 +19,6 @@ | @@ -19,7 +19,6 @@ | ||
19 | </ul> | 19 | </ul> |
20 | <h2>图片链接:</h2> | 20 | <h2>图片链接:</h2> |
21 | <ul class="linkpic"> | 21 | <ul class="linkpic"> |
22 | - <li><a href="//www.yoho.cn" target="_blank"><img alt="YOHO!" src="//static.yohobuy.com/images/links/yohocn.jpg"></a></li> | ||
23 | </ul> | 22 | </ul> |
24 | </div> | 23 | </div> |
25 | </div> | 24 | </div> |
@@ -19,7 +19,6 @@ | @@ -19,7 +19,6 @@ | ||
19 | </ul> | 19 | </ul> |
20 | <h2>图片链接:</h2> | 20 | <h2>图片链接:</h2> |
21 | <ul class="linkpic"> | 21 | <ul class="linkpic"> |
22 | - <li><a href="//www.yoho.cn" target="_blank"><img alt="YOHO!" src="{{image2 '//static.yohobuy.com/images/links/yohocn.jpg'}}"></a></li> | ||
23 | </ul> | 22 | </ul> |
24 | </div> | 23 | </div> |
25 | </div> | 24 | </div> |
@@ -60,7 +60,7 @@ | @@ -60,7 +60,7 @@ | ||
60 | <h3 class="qr-words">扫描二维码</h3> | 60 | <h3 class="qr-words">扫描二维码</h3> |
61 | <h3 class="qr-words">下载YohoBuy手机端</h3> | 61 | <h3 class="qr-words">下载YohoBuy手机端</h3> |
62 | <h3 class="qr-more"> | 62 | <h3 class="qr-more"> |
63 | - <a href="//www.yohobuy.com/download/app" target="_blank">更多客户端下载</a> | 63 | + <a href="javascript:void(0);" target="_blank">更多客户端下载</a> |
64 | </h3> | 64 | </h3> |
65 | </div> | 65 | </div> |
66 | </div> | 66 | </div> |
1 | <div class="yoho-footer"> | 1 | <div class="yoho-footer"> |
2 | {{#if footerTop}} | 2 | {{#if footerTop}} |
3 | - <div class="footertop"> | 3 | + <!--<div class="footertop"> |
4 | <div class="index-foot"> | 4 | <div class="index-foot"> |
5 | <dl class="center-content clearfix"> | 5 | <dl class="center-content clearfix"> |
6 | <dd> | 6 | <dd> |
@@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
110 | </dd> | 110 | </dd> |
111 | </dl> | 111 | </dl> |
112 | </div> | 112 | </div> |
113 | - </div> | 113 | + </div>--> |
114 | {{/if}} | 114 | {{/if}} |
115 | <div class="footerbottom"> | 115 | <div class="footerbottom"> |
116 | <div class="promise"> | 116 | <div class="promise"> |
@@ -310,7 +310,7 @@ | @@ -310,7 +310,7 @@ | ||
310 | </div> | 310 | </div> |
311 | <div class="right-floating-layer hide"> | 311 | <div class="right-floating-layer hide"> |
312 | <div class="qrcode-hover-box"> | 312 | <div class="qrcode-hover-box"> |
313 | - <a class="layer-box qrcode-download-right" href="http://www.yoho.cn/product#home" target="_blank"> | 313 | + <a class="layer-box qrcode-download-right" href="javascript:void(0);" target="_blank"> |
314 | <span class="qrcode-img"> </span> | 314 | <span class="qrcode-img"> </span> |
315 | </a> | 315 | </a> |
316 | <div class="download-app-box"> | 316 | <div class="download-app-box"> |
@@ -323,7 +323,7 @@ | @@ -323,7 +323,7 @@ | ||
323 | <div class="qr-code-img mobile-code"></div> | 323 | <div class="qr-code-img mobile-code"></div> |
324 | <h5 class="qr-words">下载手机客户端</h5> | 324 | <h5 class="qr-words">下载手机客户端</h5> |
325 | <h5 class="qr-words qr-more"> | 325 | <h5 class="qr-words qr-more"> |
326 | - <a href="http://www.yoho.cn/product#home" target="_blank">更多客户端下载</a> | 326 | + <a href="javascript:void(0);" target="_blank">更多客户端下载</a> |
327 | </h5> | 327 | </h5> |
328 | </div> | 328 | </div> |
329 | </div> | 329 | </div> |
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <div id="yoho-header" class="yoho-header" data-type="{{headType}}"> | 2 | <div id="yoho-header" class="yoho-header" data-type="{{headType}}"> |
3 | <div class="tool-wrapper clearfix" data-role="tool-wrapper"> | 3 | <div class="tool-wrapper clearfix" data-role="tool-wrapper"> |
4 | <div class="center-content"> | 4 | <div class="center-content"> |
5 | - <div class="yoho-group-map left"> | 5 | + <!--<div class="yoho-group-map left"> |
6 | <span class="icon-hamburger"></span> | 6 | <span class="icon-hamburger"></span> |
7 | <a href="//www.yohobuy.com"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>YOHO!BUY 有货</a> | 7 | <a href="//www.yohobuy.com"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>YOHO!BUY 有货</a> |
8 | {{#if yohoGroup}} | 8 | {{#if yohoGroup}} |
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | {{/ yohoGroup}} | 14 | {{/ yohoGroup}} |
15 | </ul> | 15 | </ul> |
16 | {{/if}} | 16 | {{/if}} |
17 | - </div> | 17 | + </div>--> |
18 | <div class="left swindle-info"> | 18 | <div class="left swindle-info"> |
19 | <span class="icon-note"></span> | 19 | <span class="icon-note"></span> |
20 | <a href="//www.yohobuy.com/help/detail?id=103&contId=147"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}} target="_blank"> | 20 | <a href="//www.yohobuy.com/help/detail?id=103&contId=147"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}} target="_blank"> |
@@ -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="http://www.yoho.cn/product#home">更多客户端</a> | 86 | + <a href="javascript:void(0);">更多客户端</a> |
87 | </h5> | 87 | </h5> |
88 | </div> | 88 | </div> |
89 | </li> | 89 | </li> |
-
Please register or login to post a comment