Merge branch 'develop'
Showing
3 changed files
with
4 additions
and
4 deletions
@@ -129,8 +129,8 @@ class SearchData | @@ -129,8 +129,8 @@ class SearchData | ||
129 | 's_t_asc' => 'shelve_time:asc', | 129 | 's_t_asc' => 'shelve_time:asc', |
130 | 's_p_asc' => 'sales_price:asc', | 130 | 's_p_asc' => 'sales_price:asc', |
131 | 's_p_desc' => 'sales_price:desc', | 131 | 's_p_desc' => 'sales_price:desc', |
132 | - 's_d_desc' => 'discount:desc', | ||
133 | - 's_d_asc' => 'discount:asc', | 132 | + 'p_d_desc' => 'discount:desc', |
133 | + 'p_d_asc' => 'discount:asc', | ||
134 | 'skn_desc' => 'product_skn:desc', | 134 | 'skn_desc' => 'product_skn:desc', |
135 | 'skn_asc' => 'product_skn:asc', | 135 | 'skn_asc' => 'product_skn:asc', |
136 | 'activities_desc' => 'activities.order_by:desc', | 136 | 'activities_desc' => 'activities.order_by:desc', |
@@ -72,7 +72,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | @@ -72,7 +72,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | ||
72 | autoplay: 3000, | 72 | autoplay: 3000, |
73 | autoplayDisableOnInteraction: false, | 73 | autoplayDisableOnInteraction: false, |
74 | paginationClickable: true, | 74 | paginationClickable: true, |
75 | - pagination: '.swiper-pagination' | 75 | + pagination: '.banner-top .pagination-inner' |
76 | }); | 76 | }); |
77 | } | 77 | } |
78 | 78 |
@@ -84,7 +84,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | @@ -84,7 +84,7 @@ if ($('.swiper-container .swiper-slide').length > 1) { | ||
84 | autoplay: 3000, | 84 | autoplay: 3000, |
85 | autoplayDisableOnInteraction: false, | 85 | autoplayDisableOnInteraction: false, |
86 | paginationClickable: true, | 86 | paginationClickable: true, |
87 | - pagination: '.swiper-pagination' | 87 | + pagination: '.banner-top .pagination-inner' |
88 | }); | 88 | }); |
89 | } | 89 | } |
90 | 90 |
-
Please register or login to post a comment