|
|
@@ -440,7 +440,7 @@
|
|
|
<span ng-bind="detail.buyerRate"></span></div>
|
|
|
<span class="batch-reply single-reply" ng-if="detail.buyerRate != '此用户没有填写评价!'" ng-show="detail.showRateReply && !detail.returnMeg" ng-click="getModal(detail, 'firstRate')">回复</span>
|
|
|
</div>
|
|
|
- <div class="buyer-first-rate02 isRight" ng-mouseenter="detail.showAddRateReply = true" ng-mouseleave="detail.showAddRateReply = false" ng-if="detail.buyerAfterRate">
|
|
|
+ <div class="buyer-first-rate02 isRight" ng-class="{'bg-f5f8fe':detail.showAddRateReply && !detail.afterReturnMeg}" ng-mouseenter="detail.showAddRateReply = true" ng-mouseleave="detail.showAddRateReply = false" ng-if="detail.buyerAfterRate">
|
|
|
<div>
|
|
|
<span>买家追评:</span>
|
|
|
<span class="rate-date" ng-bind="detail.buyerAfterRateTime | date:'yyyy-MM-dd'"></span>
|