|
@@ -39,7 +39,7 @@
|
|
<div class="list">
|
|
<div class="list">
|
|
<a class="item item-thumbnail-left" ng-repeat="item in items" ng-click="detail(item)">
|
|
<a class="item item-thumbnail-left" ng-repeat="item in items" ng-click="detail(item)">
|
|
<img src="img/demo/defaultcar.png" />
|
|
<img src="img/demo/defaultcar.png" />
|
|
- <h2 style="white-space:normal">【{{item.begin_address | shortAddress}}】-【{{item.end_address | shortAddress}}】<span style="color:gray;">({{item.title}})</span></h2>
|
|
|
|
|
|
+ <h2 style="white-space:normal">【{{item.begin_address }}】-【{{item.end_address }}】<span style="color:gray;">({{item.title}})</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"><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> <span style="float:right">电话:{{item.contact_phone}}</span></p>
|
|
<p><span style="float:left">联系人:{{item.contact_name}}</span> <span style="float:right">电话:{{item.contact_phone}}</span></p>
|
|
</a>
|
|
</a>
|