Merge branch 'hotfix/shopbase' of http://git.yoho.cn/fe/YOHOBUYWAP into hotfix/shopbase
Conflicts: static/dist/myohobuy/4.9.01/index.css static/sass/product/_shop-index.css
Showing
6 changed files
with
3 additions
and
7 deletions
@@ -211,7 +211,7 @@ class ShopProcess | @@ -211,7 +211,7 @@ class ShopProcess | ||
211 | } | 211 | } |
212 | self::$shopData['spring'][$key] = array( | 212 | self::$shopData['spring'][$key] = array( |
213 | 'url' => $val['data'][0]['url'], | 213 | 'url' => $val['data'][0]['url'], |
214 | - 'springType' => str_replace('http:', '', $val['data'][0]['src']) . '?imageView/2/format/jpg/w/288/h/167/q/80' | 214 | + 'springType' => str_replace('http:', '', $val['data'][0]['src']) . '?imageView/2/format/jpg/w/275/h/160/q/80' |
215 | ); | 215 | ); |
216 | } | 216 | } |
217 | } | 217 | } |
This diff could not be displayed because it is too large.
static/img/product/shop_bg_hot.png
deleted
100644 → 0

4.14 KB
@@ -181,7 +181,7 @@ | @@ -181,7 +181,7 @@ | ||
181 | 181 | ||
182 | li { | 182 | li { |
183 | width: 50%; | 183 | width: 50%; |
184 | - height: 160px; | 184 | + height: 168px; |
185 | float: left; | 185 | float: left; |
186 | text-align: center; | 186 | text-align: center; |
187 | list-style: none; | 187 | list-style: none; |
@@ -549,10 +549,6 @@ | @@ -549,10 +549,6 @@ | ||
549 | .category-list-only-one-row { | 549 | .category-list-only-one-row { |
550 | border-top: none!important; | 550 | border-top: none!important; |
551 | } | 551 | } |
552 | - | ||
553 | - .category-list-last-full-row { | ||
554 | - border-bottom: 1px solid #e0e0e0; | ||
555 | - } | ||
556 | } | 552 | } |
557 | 553 | ||
558 | .shop-index + .filter-mask { | 554 | .shop-index + .filter-mask { |
@@ -491,7 +491,7 @@ class IndexController extends AbstractAction | @@ -491,7 +491,7 @@ class IndexController extends AbstractAction | ||
491 | $data['channel'] = $this->get('yh_channel') ? $this->get('yh_channel') : Helpers::getChannelByCookie(); | 491 | $data['channel'] = $this->get('yh_channel') ? $this->get('yh_channel') : Helpers::getChannelByCookie(); |
492 | 492 | ||
493 | $filter = Product\SearchModel::filter(array( | 493 | $filter = Product\SearchModel::filter(array( |
494 | - 'shop' => $shopId, | 494 | + 'shop_id' => $shopId, |
495 | 'gender' => $data['gender'], | 495 | 'gender' => $data['gender'], |
496 | 'channel' => $data['channel'], | 496 | 'channel' => $data['channel'], |
497 | 'brand' => $data['brand'] | 497 | 'brand' => $data['brand'] |
-
Please register or login to post a comment