Commit e47d550e authored by agping's avatar agping

财务修改 图片

parent 0bec686c
......@@ -396,7 +396,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
},
dataType: 'json',
success: function(data) {
if(data.code == 200) {
if(data.code == 200 && data.data.length) {
//渲染已经有的列表
for(i = 0; i < data.data.img_info.length; i++) {
$('#container_body_img_area').append('<div class="result2"><img data-imgid="" src="{1}" alt="" class="diagram-image J_preview" data-bimg="{1}"/> <span class="span-del2"></span></div>'.stringFormatObj({
......
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