Showing
1 changed file
with
1 additions
and
0 deletions
@@ -68,6 +68,7 @@ LeaveMSGView.prototype = $.extend({}, EventEmitter.prototype, { | @@ -68,6 +68,7 @@ LeaveMSGView.prototype = $.extend({}, EventEmitter.prototype, { | ||
68 | api.leaveMsg(content) | 68 | api.leaveMsg(content) |
69 | .done(function() { | 69 | .done(function() { |
70 | self.trigger('save.LeaveMSGView', '留言成功,'); | 70 | self.trigger('save.LeaveMSGView', '留言成功,'); |
71 | + self.$input.val(''); | ||
71 | }) | 72 | }) |
72 | .fail(function() { | 73 | .fail(function() { |
73 | self.trigger('save.LeaveMSGView', '留言失败'); | 74 | self.trigger('save.LeaveMSGView', '留言失败'); |
-
Please register or login to post a comment