Commit 6f7c4384 authored by xinyuandu's avatar xinyuandu

修改图片路径

parent c0af7e7c
......@@ -328,7 +328,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="/'+_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