|
|
@@ -157,13 +157,13 @@
|
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
ng-class="{'btn-info':active=='done'}" ng-click="setActive('done')">已送样
|
|
|
- <b class="new-dot" ng-if="unread.send > 0">{{unread.send>99?'99+':unread.send}}</b>
|
|
|
+ <b class="new-dot" ng-if="unread.notReply > 0">{{unread.notReply>99?'99+':unread.notReply}}</b>
|
|
|
</button>
|
|
|
</div>
|
|
|
<div class="btn-group btn-group-sm">
|
|
|
<button type="button" class="btn btn-default btn-line"
|
|
|
ng-class="{'btn-info':active=='todo'}" ng-click="setActive('todo')">待送样
|
|
|
- <b class="new-dot" ng-if="unread.unSend > 0">{{unread.unSend>99?'99+':unread.unSend}}</b>
|
|
|
+ <b class="new-dot" ng-if="unread.replied > 0">{{unread.replied>99?'99+':unread.replied}}</b>
|
|
|
</button>
|
|
|
</div>
|
|
|
<div class="btn-group btn-group-sm">
|