Authored by biao

fix issue

... ... @@ -574,7 +574,7 @@ const getChangeType = (uid, areaCode) => {
const getChangeGoodsList = (orderCode, uid) => {
return returnsAPI.getChangeGoodsListAsync(orderCode, uid).then(result => {
const basicData = {
title: '申请换货'
title: '换货申请'
};
let data;
... ...
... ... @@ -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);
... ...