Commit de96ce5f authored by xinyuandu's avatar xinyuandu

图片edit

parent 247ef923
...@@ -172,7 +172,7 @@ define (['doT', 'text!temp/picture_add_template_tpl.html', 'css!style/home.css', ...@@ -172,7 +172,7 @@ define (['doT', 'text!temp/picture_add_template_tpl.html', 'css!style/home.css',
var img_label = '' ; var img_label = '' ;
var image_show = ""; var image_show = "";
image_show += '<image width:100% src="'+data.data.list.img_file_path + '/' + data.data.list.img_name +'">"</image>'; image_show += '<image width="100px" height="80px" src="'+data.data.list.img_file_path + '/' + data.data.list.img_name +'">"</image>';
if (data.data.list.img_type == 0){ if (data.data.list.img_type == 0){
img_type = "室外图"; img_type = "室外图";
} else if (data.data.list.img_type == 1){ } else if (data.data.list.img_type == 1){
......
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