Authored by 郭成尧

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

... ... @@ -27,8 +27,8 @@ const search = {
}
if (result.code === 200) {
prettyFilter(result.data.filter);
result.data.productList = processProductList(result.data.productList);
result = camelCase(result);
result.data.productList = processProductList(result.data.productList);
}
return result;
});
... ...
... ... @@ -29,7 +29,7 @@
};
</script>
<style>
.header-wrap {
.header {
box-sizing: content-box;
position: fixed;
top: 0;
... ... @@ -44,6 +44,7 @@
line-height: 70px;
font-size: 48px;
background-color: #fff;
color: #000;
.icon,
.header-title {
... ...
... ... @@ -98,6 +98,10 @@
left: 0;
right: 0;
bottom: 0;
.app.ios & {
top: 140px;
}
}
.filter-detail {
... ...
... ... @@ -5,7 +5,9 @@
</template>
<style>
.top-nav {
background-color: transparent;
.header {
background-color: transparent;
}
.header-gap {
display: none;
... ...
... ... @@ -11,7 +11,7 @@
<style>
.top-box {
&.header-wrap {
.header {
background-color: transparent;
color: #fff;
}
... ... @@ -22,7 +22,7 @@
}
.top-change {
&.header-wrap {
.header {
background-color: #fff;
color: #000;
}
... ...