|
@@ -135,7 +135,7 @@
|
|
|
<ul class="list-unstyled detail">
|
|
<ul class="list-unstyled detail">
|
|
|
<li ng-repeat="msg in message | orderBy : - inid">
|
|
<li ng-repeat="msg in message | orderBy : - inid">
|
|
|
<!--<span ng-show="tender.isNew"><img src="static/img/home/newTender.png"></span>-->
|
|
<!--<span ng-show="tender.isNew"><img src="static/img/home/newTender.png"></span>-->
|
|
|
- <a ui-sref="sale.inquiry_detail({id:msg.inid})"class="text-light">关于<em style="color: #d32526;font-style: normal;">{{msg.pordName}}</em>的询价消息</a>
|
|
|
|
|
|
|
+ <a ui-sref="sale.inquiry_detail({id:msg.inid})"class="text-light"><em style="color: #d32526;font-style: normal;">{{msg.pordName}}</em>的询价</a>
|
|
|
</li>
|
|
</li>
|
|
|
<li class="pull-right"><a href="#/sale/inquiry" class="text-light">更多>></a></li>
|
|
<li class="pull-right"><a href="#/sale/inquiry" class="text-light">更多>></a></li>
|
|
|
<li ng-show="message == null || message == ''" class="grey">
|
|
<li ng-show="message == null || message == ''" class="grey">
|