@@ -91,7 +91,7 @@ function Message() {
success: function (s) {
if (r.data.count + s.count > 0) {
$('#tips').show()
- $('#tips').html(r.data.count > 99 ? '99+' : r.data.count)
+ $('#tips').html(r.data.count + s.count > 99 ? '99+' : r.data.count + s.count)
$('#noNum').html(r.data.count + s.count)
} else {
$('#tips').hide()