作者 何书鹏

规格值

@@ -141,7 +141,7 @@ @@ -141,7 +141,7 @@
141 } 141 }
142 // 添加到数据库 142 // 添加到数据库
143 var load = layer.load(); 143 var load = layer.load();
144 - $.post('litestoregoods/addSpecValue', { 144 + $.post('house_activity/addSpecValue', {
145 spec_id: $specGroup.data('group-id'), 145 spec_id: $specGroup.data('group-id'),
146 spec_value: specItemInputValue 146 spec_value: specItemInputValue
147 }, function (result) { 147 }, function (result) {