Authored by whb

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

... ... @@ -4,7 +4,7 @@
<div class="header-top">
<div class="leftpart float-left">
<span class="icon-hamburger"></span>
<a href="" class="header-yoho" >YOHO!有货</a>
<a href="http://www.yohobuy.com" class="header-yoho" >YOHO!有货</a>
<ul class="yohoproducts-list">
<li class="yohoproducts-item">
<a href="http://www.yoho.cn" class="yohogroup" en="YOHO!" cn="集团官网">YOHO!</a>
... ... @@ -33,7 +33,7 @@
<ul class="tag-list">
<li class="tag-item myyoho" id="myYohoBox">
<span class="tag-seprate"></span>
<a href="">MY有货</a>
<a href="http://www.yohobuy.com/home?t=1453340799.4986">MY有货</a>
<span class="icon-bottomarrow"></span>
<div class="myyoho-info"></div>
</li>
... ... @@ -55,7 +55,7 @@
<li class="tag-item phone">
<span class="tag-seprate"></span>
<span class="icon-iphone"></span>
<a href="">手机版</a>
<a href="http://www.yohobuy.com/download/app">手机版</a>
<div class="qr">
<div class="qr-img"></div>
<h3 class="qr-words">扫描二维码</h3>
... ...
... ... @@ -63,4 +63,6 @@
<span></span>
<b></b>
</div>
<input name="" type="hidden" id="open-id" value="{{openId}}"/>
<input name="" type="hidden" id="source-type" value="{{sourceType}}"/>
</div>
\ No newline at end of file
... ...

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) {
data = {
mobile: $pn.val(),
area: $region.text().split('+')[1],
openId: 1,
sourceType: 'QQ'
openId: $('#open-id').val(),
sourceType: $('#source-type').val()
};
}
... ...