|
@@ -69,7 +69,7 @@ export default withLayout((props) => {
|
69
|
69
|
<View className='content-header-box-map-Info' onClick={() => goMapInfo('222888')}>
|
70
|
70
|
<View className='content-header-box-map-Info-liftCentent'>
|
71
|
71
|
<Image src={addresss} />
|
72
|
|
- <View>距离当前位置8.8公里>></View>
|
|
72
|
+ <View>距离当前位置{carsInfo?.distance/1000}公里>></View>
|
73
|
73
|
</View>
|
74
|
74
|
</View>
|
75
|
75
|
<View className='content-header-box-map-Info-carsName'>{carsInfo?.orgName}</View>
|