Commit afb73a5f authored by duxinyuan's avatar duxinyuan

自u该调整功能中图片数组的参数名称 picName ==> transfer_img

parent bd24475b
...@@ -915,7 +915,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css', ...@@ -915,7 +915,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
alert("请选择图片"); alert("请选择图片");
return false ; return false ;
} else { } else {
params.picName = JSON.stringify(picName.substr(0,picName.length-1).split(",")); params.transfer_img = JSON.stringify(picName.substr(0,picName.length-1).split(","));
// params.picName = JSON.stringify(picName.substr(0,picName.length-1).split(","));
} }
//上传数据 //上传数据
......
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