...
|
...
|
@@ -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', '留言失败');
|
...
|
...
|
|