张延森 5 年前
父节点
当前提交
84a4b953ed
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/pages/card/index.js

+ 2
- 2
src/pages/card/index.js 查看文件

@@ -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'>手机&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'>地址&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>