|
@@ -204,7 +204,7 @@
|
|
|
<div class="btn-group btn-group-sm">
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
ng-class="{'btn-info':active=='all'}" ng-click="setActive('all')">全部
|
|
ng-class="{'btn-info':active=='all'}" ng-click="setActive('all')">全部
|
|
|
- <b class="new-dot" ng-if="unread.replied > 0">{{unread.replied>99?'99+':unread.replied}}</b>
|
|
|
|
|
|
|
+ <b class="new-dot" ng-if="unread.all > 0">{{unread.all>99?'99+':unread.all}}</b>
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="btn-group btn-group-sm">
|
|
<div class="btn-group btn-group-sm">
|