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