zhoulisen 5 lat temu
rodzic
commit
31bc93db63
2 zmienionych plików z 1 dodań i 1 usunięć
  1. BIN
      src/assets/person/chat.png
  2. 1
    1
      src/pages/project/index.js

BIN
src/assets/person/chat.png Wyświetl plik


+ 1
- 1
src/pages/project/index.js Wyświetl plik

@@ -586,7 +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>
589
+              <Image className='chat-img' src={require('@/assets/person/chat.png')}></Image>
590 590
             </View >
591 591
           </View >
592 592
         )}