|
@@ -586,8 +586,7 @@ export default class Index extends Component {
|
586
|
586
|
{this.state.maskVisible && this.renderMaskBanner()}
|
587
|
587
|
<View className="chat-box" onClick={this.toChatList}>
|
588
|
588
|
{unReadNum > 0 && <View className="red-dot"></View >}
|
589
|
|
- <Image className='chat-img' src={require('@/assets/person/communicate.png')}></Image>
|
590
|
|
- {/* <Image className='chat-img' src={require('@/assets/person/chat.png')}></Image> */}
|
|
589
|
+ <Image className='chat-img' src={require('@/assets/person/chat.png')}></Image>
|
591
|
590
|
</View >
|
592
|
591
|
</View >
|
593
|
592
|
)}
|