|
@@ -60,7 +60,7 @@ export default withLayout((props) => {
|
60
|
60
|
<View className='carsListImga-bottom-box-flaxBox'>
|
61
|
61
|
<View className='carsListImga-bottom-box-flaxBox-liftText'>
|
62
|
62
|
<View className='carsListImga-bottom-box-flaxBox-liftText-Titles'>{item.name}</View>
|
63
|
|
- <View className='carsListImga-bottom-box-flaxBox-liftText-price'>{formatPrice(item.price)}/<Text>公顷</Text></View>
|
|
63
|
+ <View className='carsListImga-bottom-box-flaxBox-liftText-price'>{formatPrice(item.price)}/<Text>亩</Text></View>
|
64
|
64
|
</View>
|
65
|
65
|
<View className='carsListImga-bottom-box-flaxBox-rightBut'>
|
66
|
66
|
<ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />
|