更新
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
<view class="text-grey text-sm " style="padding-top: 6rpx;">
|
<view class="text-grey text-sm " style="padding-top: 6rpx;">
|
||||||
<!-- <my-icon iconName="sy-der-icon.png" class="padding-right-xs text-sm"></my-icon> -->
|
<!-- <my-icon iconName="sy-der-icon.png" class="padding-right-xs text-sm"></my-icon> -->
|
||||||
<!-- {{siteItem.juli|distanceFilter}} -->
|
<!-- {{siteItem.juli|distanceFilter}} -->
|
||||||
<text v-if="!location">暂无信息</text>
|
<!-- <text v-if="!location">暂无信息</text> -->
|
||||||
<text v-else>{{siteItem.juli|distanceFilter}}</text>
|
<text>{{siteItem.juli|distanceFilter}}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
@@ -128,6 +128,7 @@
|
|||||||
if (value) {
|
if (value) {
|
||||||
return value > 1000 ? ((value / 1000).toFixed(2) + 'km') : (value + 'm')
|
return value > 1000 ? ((value / 1000).toFixed(2) + 'km') : (value + 'm')
|
||||||
}
|
}
|
||||||
|
return '0.00km'
|
||||||
},
|
},
|
||||||
moneyFormat(value) {
|
moneyFormat(value) {
|
||||||
if (value) {
|
if (value) {
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="bg-white min-height-50 padding-top" v-if="siteList.length>0">
|
<view class="bg-white min-height-50 padding-top" v-if="siteList.length>0">
|
||||||
<site-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0"
|
<site-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0"
|
||||||
:listHeight="listHeight" class="cu-list menu-avatar cu-item" @tap="toDetail(item)">
|
:listHeight="listHeight" class="cu-list menu-avatar cu-item" @tap="toDetail(item)">
|
||||||
</site-item>
|
</site-item>
|
||||||
<view class="placeholder-hidden">
|
<view class="placeholder-hidden">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user