Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
13 changed files
with
7 additions
and
5 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <div class="header-top"> | 4 | <div class="header-top"> |
5 | <div class="leftpart float-left"> | 5 | <div class="leftpart float-left"> |
6 | <span class="icon-hamburger"></span> | 6 | <span class="icon-hamburger"></span> |
7 | - <a href="" class="header-yoho" >YOHO!有货</a> | 7 | + <a href="http://www.yohobuy.com" class="header-yoho" >YOHO!有货</a> |
8 | <ul class="yohoproducts-list"> | 8 | <ul class="yohoproducts-list"> |
9 | <li class="yohoproducts-item"> | 9 | <li class="yohoproducts-item"> |
10 | <a href="http://www.yoho.cn" class="yohogroup" en="YOHO!" cn="集团官网">YOHO!</a> | 10 | <a href="http://www.yoho.cn" class="yohogroup" en="YOHO!" cn="集团官网">YOHO!</a> |
@@ -33,7 +33,7 @@ | @@ -33,7 +33,7 @@ | ||
33 | <ul class="tag-list"> | 33 | <ul class="tag-list"> |
34 | <li class="tag-item myyoho" id="myYohoBox"> | 34 | <li class="tag-item myyoho" id="myYohoBox"> |
35 | <span class="tag-seprate"></span> | 35 | <span class="tag-seprate"></span> |
36 | - <a href="">MY有货</a> | 36 | + <a href="http://www.yohobuy.com/home?t=1453340799.4986">MY有货</a> |
37 | <span class="icon-bottomarrow"></span> | 37 | <span class="icon-bottomarrow"></span> |
38 | <div class="myyoho-info"></div> | 38 | <div class="myyoho-info"></div> |
39 | </li> | 39 | </li> |
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | <li class="tag-item phone"> | 55 | <li class="tag-item phone"> |
56 | <span class="tag-seprate"></span> | 56 | <span class="tag-seprate"></span> |
57 | <span class="icon-iphone"></span> | 57 | <span class="icon-iphone"></span> |
58 | - <a href="">手机版</a> | 58 | + <a href="http://www.yohobuy.com/download/app">手机版</a> |
59 | <div class="qr"> | 59 | <div class="qr"> |
60 | <div class="qr-img"></div> | 60 | <div class="qr-img"></div> |
61 | <h3 class="qr-words">扫描二维码</h3> | 61 | <h3 class="qr-words">扫描二维码</h3> |
web-static/img/sale/navactive-green-first.png
100755 → 100644
web-static/img/sale/navactive-green-last.png
100755 → 100644
web-static/img/sale/navactive-green-middle.png
100755 → 100644
web-static/img/sale/navactive-red-first.png
100755 → 100644
web-static/img/sale/navactive-red-last.png
100755 → 100644
web-static/img/sale/navactive-red-middle.png
100755 → 100644
web-static/img/sale/navactive-yellow-first.png
100755 → 100644
web-static/img/sale/navactive-yellow-last.png
100755 → 100644
web-static/img/sale/navactive-yellow-middle.png
100755 → 100644
@@ -103,8 +103,8 @@ function phoneAjaxFn(page, callback) { | @@ -103,8 +103,8 @@ function phoneAjaxFn(page, callback) { | ||
103 | data = { | 103 | data = { |
104 | mobile: $pn.val(), | 104 | mobile: $pn.val(), |
105 | area: $region.text().split('+')[1], | 105 | area: $region.text().split('+')[1], |
106 | - openId: 1, | ||
107 | - sourceType: 'QQ' | 106 | + openId: $('#open-id').val(), |
107 | + sourceType: $('#source-type').val() | ||
108 | }; | 108 | }; |
109 | } | 109 | } |
110 | 110 |
-
Please register or login to post a comment