|
@@ -35,11 +35,15 @@
|
|
|
<view class="park-content-box">
|
|
<view class="park-content-box">
|
|
|
<view class="park-title">{{item.name || '-'}}</view>
|
|
<view class="park-title">{{item.name || '-'}}</view>
|
|
|
<view class="park-address display-flex-start">
|
|
<view class="park-address display-flex-start">
|
|
|
- <view class="display-flex-start" style="margin-right: 10rpx;"><image src="/static/park/park-time.png" mode="aspectFill" class="park-title-img"></image>
|
|
|
|
|
|
|
+ <view class="display-flex-start" style="margin-right: 10rpx;">
|
|
|
|
|
+ <image src="/static/park/park-time.png" mode="aspectFill" class="park-title-img"></image>
|
|
|
<!-- {{ item.addtime | globalTime }}建成 -->
|
|
<!-- {{ item.addtime | globalTime }}建成 -->
|
|
|
- {{ item.start_date}}建成
|
|
|
|
|
|
|
+ {{ item.start_date}}建成
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="display-flex-start" style="width: 65%;display:block;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;">
|
|
|
|
|
+ <image src="/static/park/park-name.png" mode="aspectFill" class="park-title-img"></image>
|
|
|
|
|
+ {{item.manager || '-'}}
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="display-flex-start"><image src="/static/park/park-name.png" mode="aspectFill" class="park-title-img"></image>{{item.manager || '-'}}</view>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="park-footer-box display-between">
|
|
<view class="park-footer-box display-between">
|
|
|
<view class="display-between-column width-30">
|
|
<view class="display-between-column width-30">
|
|
@@ -55,7 +59,7 @@
|
|
|
<view class="display-between-column" style="width: 33%;">
|
|
<view class="display-between-column" style="width: 33%;">
|
|
|
<view class="display-flex-start">
|
|
<view class="display-flex-start">
|
|
|
<image src="/static/park/park-area2.png" mode="aspectFill" class="park-footer-img"></image>
|
|
<image src="/static/park/park-area2.png" mode="aspectFill" class="park-footer-img"></image>
|
|
|
- {{item.building_area || '-'}}<text style="font-size: 18rpx;">万㎡</text></view>
|
|
|
|
|
|
|
+ {{Number(item.building_area).toFixed(2) || '-'}}<text style="font-size: 18rpx;">万㎡</text></view>
|
|
|
<view class="park-footer-font">建设面积</view>
|
|
<view class="park-footer-font">建设面积</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|