|
|
@@ -608,6 +608,9 @@
|
|
|
.border-bt-16:nth-of-type(1){
|
|
|
border-top: none;
|
|
|
}
|
|
|
+ .closeContact:hover {
|
|
|
+ color: white;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<!--订单中心-->
|
|
|
@@ -742,15 +745,15 @@
|
|
|
<span style=" width: 16%;text-align: left;">日期:{{purchase.createtime | date: 'yyyy-MM-dd'}}</span>
|
|
|
<span style="width: 25%;text-align: left;">订单号:<a class="hover-col" href="vendor#/purchase/detail/{{purchase.purchaseid | EncryptionFilter}}" target="_blank"><em ng-bind="purchase.orderid"></em></a></span>
|
|
|
<span style="width: 30%; text-align: center;">
|
|
|
- <img src="static/img/user/images/shop_home.png"><a ng-bind="purchase.buyentername" href="store/{{::purchase.storeid}}"></a>
|
|
|
+ <img src="static/img/user/images/shop_home.png"><a ng-bind="purchase.buyentername"></a>
|
|
|
</span>
|
|
|
<span style="position: relative;">
|
|
|
<img src="static/img/common/songguo.png">
|
|
|
<!--<a name="{{purchase.id}}" href="javascript:void(0)" class="contact_btn" ng-controller="ChatContactCtrl as chat" ng-click="chat.contactWithOther(purchase.buyPhone, purchase.buyerenuu, chat.UserType.ENTERPRISE)">联系买家</a>-->
|
|
|
- <a name="{{purchase.id}}" href="javascript:void(0)" class="contact_btn" >联系买家</a>
|
|
|
+ <a name="{{purchase.id}}" href="javascript:void(0)" class="contact_btn" ng-click="contactBuyer(purchase)">联系买家</a>
|
|
|
<div name="{{purchase.id}}" class="buyer-contact" ng-if="purchase.active" ng-class="{true : 'buyer-contact-info', false : 'display-none'}[purchase.active]">
|
|
|
<div class="contact-title">
|
|
|
- <a ng-click="purchase.active=false"><i class="fa fa-close fa-lg" aria-hidden="true"></i></a>
|
|
|
+ <a class="closeContact" ng-click="purchase.active=false"><i class="fa fa-close fa-lg" aria-hidden="true"></i></a>
|
|
|
</div>
|
|
|
<div class="contact-buyer-info">
|
|
|
<div class="company-name" ng-bind="::purchase.buyername || '买家姓名没获取到'"></div>
|