Skip to content
New issue

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

kissy 1.3的ImageUploader不支持火狐浏览器 google浏览器 #145

Open
zyq812 opened this issue May 12, 2014 · 0 comments
Open

kissy 1.3的ImageUploader不支持火狐浏览器 google浏览器 #145

zyq812 opened this issue May 12, 2014 · 0 comments

Comments

@zyq812
Copy link

zyq812 commented May 12, 2014

界面初始化的时候加载图片,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);
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant