原来的图片放在DropZone preView区域
var dropVar = this;
var mockFile = {
name: “myiamge.jpg”, //需要显示给用户的图片名
size: 12345, //图片尺寸
height:200,
width:200,
type: ‘.jpg,.png,.gif’//图片文件类型
};
dropVar.addFile.call (dropVar,mockFile);//添加mock图片到显示区域
dropVar.options.thumbnail.call (dropVar,mockFile,“http://localhost:8181/dsp-mgr/assets/images/logo.png”);//添加数据源给mock图片