Commit 4e000541 authored by xinyuandu's avatar xinyuandu

修改下载

parent 7daa528a
......@@ -132,6 +132,7 @@ define(['doT', 'text!temp/schoolBusiness_template_tpl.html', 'ckfinder', 'ckfind
var formData = new FormData();
formData.append('type', 'business_school_file');
formData.append('image', _this[0].files[0]);
console.log(formData);
$.ajax({
type: 'post',
url: '/index/uploadImg',
......
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