Commit 786c118f authored by xinyuandu's avatar xinyuandu

bug

parent fdacbd1f
...@@ -1306,9 +1306,9 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function ...@@ -1306,9 +1306,9 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
}; };
_data['landlord_phone'] = _landlordPhoneArr; _data['landlord_phone'] = _landlordPhoneArr;
$.each(_liebiaoPicObj, function(i, item) { /*$.each(_liebiaoPicObj, function(i, item) {
_data['cover[' + i + ']'] = item.src.replace(_urlCut, ''); _data['cover[' + i + ']'] = item.src.replace(_urlCut, '');
}); });*/
$.each(_xiangqingPicObj, function(i, item) { $.each(_xiangqingPicObj, function(i, item) {
_data['slide_show[' + i + ']'] = item.src.replace(_urlCut, ''); _data['slide_show[' + i + ']'] = item.src.replace(_urlCut, '');
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment