Commit 1bf53c5c authored by agping's avatar agping

图片显示

parent 7200ca6f
......@@ -347,7 +347,7 @@ define (['doT', 'text!temp/picture_add_template_tpl.html', 'css!style/home.css',
var _url = _data.data.internet_img_name;
var tag = '' ;
tag += '<div class="col-xs-3 pictures" id='+_data.data.img_path+'>';
tag += ' <img src="/'+_url+'" class="" id="" width="90%">';
tag += ' <img src="'+ServerHostImageLiu+'/'+_url+'" class="" id="" width="90%">';
tag += ' <div style="text-align:center" id="'+_data.data.img_path+'"><a href="javascript:;" class="delet-pic-btn">删除</a></div>';
tag += '</div>';
$('.img_area').append(tag)
......
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