Authored by mali

尺码可修改

... ... @@ -529,7 +529,7 @@
var oldColorSizeTableData = {};
for (var rowItem in that.colorSizeTableData.rows) {
oldColorSizeTableData[rowItem.size] = rowItem;
oldColorSizeTableData[that.colorSizeTableData.rows[rowItem].size] = that.colorSizeTableData.rows[rowItem];
}
that.colorSizeTableData.rows = [];
... ...