|
@@ -510,13 +510,13 @@ export default class Index extends Component {
|
510
|
510
|
<View className='detailed__main'>
|
511
|
511
|
<View className='detailed__tel' onClick={this.makePhoneCall}>
|
512
|
512
|
<View className='detailed__tel__txt'>
|
513
|
|
- <Text className='tel__txt' space='emsp'>手机 </Text> {cardInfo.phone}
|
|
513
|
+ <Text className='tel__txt' space='emsp'>手机 </Text> {cardInfo.phone}
|
514
|
514
|
</View>
|
515
|
515
|
<Text className='iconfont icon-dianhua tel__img'></Text>
|
516
|
516
|
</View>
|
517
|
517
|
<View className='detailed__add' onClick={this.getLocation}>
|
518
|
518
|
<View className='detailed__add__txt'>
|
519
|
|
- <Text className='add__txt' space='emsp'>地址 </Text> {cardInfo.address}
|
|
519
|
+ <Text className='add__txt' space='emsp'>地址 </Text> {cardInfo.address}
|
520
|
520
|
</View>
|
521
|
521
|
<Text className='iconfont icon-daohangdizhi add__img'></Text>
|
522
|
522
|
</View>
|