Authored by liangxs

Merge branch 'featrue/4.5' of http://git.dev.yoho.cn/web/yohobuywap into featrue/4.5

# Conflicts:
#	static/js/common.js
... ... @@ -200,7 +200,7 @@ function reMarginFooter(fixedElement) {
window._ozuid = uid;//暴露ozuid
if (window._yas && $('.buriedpoint')) {
if (window._yas) {
window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', uid, '', '');
$('.buriedpoint').each(function() {
$(this).click(function(e) {
... ...
... ... @@ -3,13 +3,13 @@
<ul class="swiper-wrapper">
{{#each banner}}
{{#if @first}}
<li class="swiper-slide">
<li class="swiper-slide" data-bpId="guang_swiper_one_false">
<a href="{{url}}">
<img src="{{img}}">
</a>
</li>
{{^}}
<li class="swiper-slide">
<li class="swiper-slide" data-bpId="guang_swiper_two_false">
<a href="{{url}}">
<img class="swiper-lazy" data-src="{{img}}">
</a>
... ...
<ul class="head-tab">
{{#each headTab}}
<li {{#if cur}} class="cur" {{/if}}><a href="{{ url }}">{{ name }}</a></li>
<li {{#if cur}} class="cur" {{/if}} data-bpId="guang_tab_{{name}}_false"><a href="{{ url }}">{{ name }}</a></li>
{{/each}}
</ul>
\ No newline at end of file
</u>
\ No newline at end of file
... ...