Authored by 郝肖肖

商品属性 多选样式调整问题修复

@@ -165,7 +165,7 @@ @@ -165,7 +165,7 @@
165 <h3>风格</h3> 165 <h3>风格</h3>
166 <div class="body"> 166 <div class="body">
167 <div class="style-mulit-btn"> 167 <div class="style-mulit-btn">
168 - <span class="mulit-btn"> 168 + <span class="mulit-btn white">
169 多选 + 169 多选 +
170 </span> 170 </span>
171 </div> 171 </div>
@@ -295,7 +295,7 @@ var YohoListPage = { @@ -295,7 +295,7 @@ var YohoListPage = {
295 } 295 }
296 }); 296 });
297 297
298 - $('.style-mulit-btn .btn', this.rootDoc).click(function() { 298 + $('.style-mulit-btn .mulit-btn', this.rootDoc).click(function() {
299 if ($(this).hasClass('white')) { 299 if ($(this).hasClass('white')) {
300 YohoListPage.openStyleMulit(); 300 YohoListPage.openStyleMulit();
301 } else { 301 } else {
@@ -333,7 +333,7 @@ var YohoListPage = { @@ -333,7 +333,7 @@ var YohoListPage = {
333 type: 'checkbox' 333 type: 'checkbox'
334 }); 334 });
335 YohoListPage.mulitStyle = true; 335 YohoListPage.mulitStyle = true;
336 - $('.style-mulit-btn .btn').removeClass('white'); 336 + $('.style-mulit-btn .mulit-btn').removeClass('white');
337 }, 337 },
338 338
339 closeStyleMulit: function() { 339 closeStyleMulit: function() {
@@ -347,7 +347,7 @@ var YohoListPage = { @@ -347,7 +347,7 @@ var YohoListPage = {
347 checked: true 347 checked: true
348 }); 348 });
349 YohoListPage.mulitStyle = false; 349 YohoListPage.mulitStyle = false;
350 - $('.style-mulit-btn .btn').addClass('white'); 350 + $('.style-mulit-btn .mulit-btn').addClass('white');
351 }, 351 },
352 352
353 showBrandMulitBtn: function() { 353 showBrandMulitBtn: function() {