From d76193afd9df30cbee52b4f1cf2e737155fd8e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=99=BA?= Date: Sat, 10 May 2014 19:51:21 +0800 Subject: [PATCH] #143 --- 1.5.4/type/ajax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/1.5.4/type/ajax.js b/1.5.4/type/ajax.js index 3c350cbc..44428dc0 100644 --- a/1.5.4/type/ajax.js +++ b/1.5.4/type/ajax.js @@ -203,6 +203,7 @@ KISSY.add(function(S, Node, UploadType,io) { if(uploadedBytes< size){ upload(); }else{ + result = self._processResponse(result); //已经上传完成,派发success事件 self.fire(AjaxType.event.SUCCESS, {result : result}); }