|
@@ -82,7 +82,7 @@ class TypeForm extends React.Component {
|
82
|
82
|
<div className={styles.right}>{this.props.type.address}</div>
|
83
|
83
|
</div>}
|
84
|
84
|
</div>
|
85
|
|
- {this.props.type.avatar != null && this.props.type.avatar != '' &&
|
|
85
|
+ {this.props.type.wxCardImg != null && this.props.type.wxCardImg != '' &&
|
86
|
86
|
<div style={{ textAlign: 'center' }}>
|
87
|
87
|
<img src={this.props.type.wxCardImg} height="80px" width="80px" />
|
88
|
88
|
<p style={{ margin: ' 0px', fontSize: '0.096rem', color: '#666' }}>扫码添加微信好友</p>
|