Authored by 郭成尧

Merge branch 'feature/guang' into release/5.7

<div class="guang-list-page guang-page yoho-page" id="guangList">
{{# guang}}
<ul id="guang-nav" class="guang-nav clearfix">
<ul id="guang-nav" class="guang-nav">
{{# navs}}
<li class="guang-nav-item {{#focus}}focus{{/focus}}" data-type={{typeId}}>
{{type}}
... ...
... ... @@ -5,7 +5,9 @@
</a>
</div>
<div class="goods-info">
<p class="title"><a href="{{href}}">{{product_name}}</a></p>
<a href="{{href}}">
<p class="title">{{product_name}}</p>
<p class="price">¥{{price}}</p>
</a>
</div>
</div>
\ No newline at end of file
... ...
... ... @@ -87,7 +87,10 @@ let functions = {
productSku: sku,
new_product_skn: skn,
buyNumber: buyNum
}
},
xhrFields: {
withCredentials: true
},
}).done(function(res) {
let cartNum;
... ...
... ... @@ -59,14 +59,15 @@
.guang-nav {
background-color: #fff;
overflow: hidden;
width: 100%;
height: 80px;
display: flex;
justify-content: space-around;
}
.guang-nav-item {
float: left;
color: #ccc;
font-size: 14PX;
width: 100px;
text-align: center;
line-height: 80px;
... ...