Commit ff247274 authored by 潘永坪's avatar 潘永坪

组合票距离不显示处理

parent 2d855fc4
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
</template> </template>
</view> </view>
<view v-if="showDistance" class="merchantlist-detail"> <view class="merchantlist-detail">
距您{{ item.distance ? parseFloat((item.distance / 1000).toFixed(2)) : 0 }}km <!-- <text v-if="showDistance">距您{{ item.distance ? parseFloat((item.distance / 1000).toFixed(2)) : 0 }}km</text> -->
<u-icon name="arrow-right" style="margin-left: 4rpx;" size='26' color='#B4B4B4'></u-icon> <u-icon name="arrow-right" style="margin-left: 4rpx;" size='26' color='#B4B4B4'></u-icon>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment