Authored by 陈轩

im 留言成功 清空内容

... ... @@ -68,6 +68,7 @@ LeaveMSGView.prototype = $.extend({}, EventEmitter.prototype, {
api.leaveMsg(content)
.done(function() {
self.trigger('save.LeaveMSGView', '留言成功,');
self.$input.val('');
})
.fail(function() {
self.trigger('save.LeaveMSGView', '留言失败');
... ...