|
@@ -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() {
|