Authored by whb

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -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>
@@ -63,4 +63,6 @@ @@ -63,4 +63,6 @@
63 <span></span> 63 <span></span>
64 <b></b> 64 <b></b>
65 </div> 65 </div>
  66 + <input name="" type="hidden" id="open-id" value="{{openId}}"/>
  67 + <input name="" type="hidden" id="source-type" value="{{sourceType}}"/>
66 </div> 68 </div>

1.15 KB | W: | H:

1.19 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.19 KB | W: | H:

1.21 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.35 KB | W: | H:

1.33 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.16 KB | W: | H:

1.19 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.19 KB | W: | H:

1.2 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.35 KB | W: | H:

1.32 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.16 KB | W: | H:

1.19 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.19 KB | W: | H:

1.21 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1.35 KB | W: | H:

1.32 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

1003 Bytes | W: | H:

1.64 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -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