| xqd
@@ -63,7 +63,7 @@
|
|
|
<div class="list" ng-if="vm.showIndex==2">
|
|
|
<a class="item item-thumbnail-left" ng-repeat="item in cars" ng-click="detail(item)">
|
|
|
<img ng-src="{{item.truck.data.photo | truckPhoto}}" />
|
|
|
- <h2 style="white-space:normal">【{{item.begin_address | fullAddress}}】-【{{item.end_address | fullAddress}}】<span style="color:gray;">({{item.title}})</span></h2>
|
|
|
+ <h2 style="white-space:normal">【{{item.begin_address | fullAddress}}】-【{{item.end_address | fullAddress}}】<span style="color:gray;"></span></h2>
|
|
|
<p><span style="float:left"><b style="color:orangered">¥{{item.price}}</b><em style="padding-left:3px;font-size:0.75em">起</em></span></p>
|
|
|
<p><span style="float:left">联系人:{{item.contact_name}}</span> </p>
|
|
|
</a>
|