...
|
...
|
@@ -118,6 +118,8 @@ function bindColorEvent() { |
|
|
var colorText = $this.attr('alt');
|
|
|
var $c = $this.closest('.group.color').find('.color-text');
|
|
|
|
|
|
$('.size-list .active').removeClass('active');
|
|
|
|
|
|
$c.text(colorText);
|
|
|
$c.attr('data-color', colorId);
|
|
|
|
...
|
...
|
|