|
|
@@ -221,11 +221,11 @@
|
|
|
top: 12px;
|
|
|
right: 10px;
|
|
|
}
|
|
|
- .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate a {
|
|
|
+ .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate > a {
|
|
|
color: #5078cb;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
- .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate span {
|
|
|
+ .seek-purchase .seek-purchase-content >table >tbody tr.expand-row table tbody tr td.operate > span {
|
|
|
display: inline-block;
|
|
|
width: 64px;
|
|
|
height: 24px;
|
|
|
@@ -904,7 +904,7 @@
|
|
|
<!--<td width="195" ng-bind="of.produceDate || '-'"></td>-->
|
|
|
<td width="221" class="operate">
|
|
|
<div style="display: inline-block" ng-controller="ChatContactCtrl as chat">
|
|
|
- <a href="javascript:void(0)" ng-click="chat.contactWithOther(null, currentSeek.qutations[$index].enterprise.uu, chat.UserType.ENTERPRISE)">联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
+ <a href="javascript:void(0)" ng-click="chat.contactWithOther(null, of.enterprise.uu, chat.UserType.ENTERPRISE)">联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
<div class="com-mall-del-box link-saler-box" ng-if="showLinkBox">
|
|
|
<div class="title">
|
|
|
<i ng-click="setShowLinkBox(false)"></i>
|
|
|
@@ -950,7 +950,7 @@
|
|
|
<!--<td width="195" ng-bind="of.produceDate || '-'"></td>-->
|
|
|
<td width="181" class="operate">
|
|
|
<div style="display: inline-block" ng-controller="ChatContactCtrl as chat">
|
|
|
- <a href="javascript:void(0)" ng-click="chat.contactWithOther(null, currentSeek.qutations[$index].enterprise.uu, chat.UserType.ENTERPRISE)">联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
+ <a href="javascript:void(0)" ng-click="chat.contactWithOther(null, of.enterprise.uu, chat.UserType.ENTERPRISE)">联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
<div class="com-mall-del-box link-saler-box" ng-if="showLinkBox">
|
|
|
<div class="title">
|
|
|
<i ng-click="setShowLinkBox(false)"></i>
|