We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
界面初始化的时候加载图片,IE是显示的,其它浏览器不显示
大体代码如下 //填充主图信息 fillItemImage = function (index, url, queue) { var id = index; S.get("#picUrl" + id).value = url; var fileData = { "name": "19901002.jpg", "id": "file-" + Math.floor(Math.random() * 1000), "status": "success", "result": { "status": "1", "data": { "name": "19901002.jpg", "url": url } } }; queue.clear(); queue.add(fileData); queue.fileStatus(0, 'success'); DOM.hide('.examp' + id); },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
界面初始化的时候加载图片,IE是显示的,其它浏览器不显示
大体代码如下
//填充主图信息
fillItemImage = function (index, url, queue) {
var id = index;
S.get("#picUrl" + id).value = url;
var fileData = {
"name": "19901002.jpg",
"id": "file-" + Math.floor(Math.random() * 1000),
"status": "success",
"result": {
"status": "1",
"data": {
"name": "19901002.jpg",
"url": url
}
}
};
queue.clear();
queue.add(fileData);
queue.fileStatus(0, 'success');
DOM.hide('.examp' + id);
},
The text was updated successfully, but these errors were encountered: