替换小优客服

This commit is contained in:
unknown
2022-05-19 10:43:18 +08:00
parent e8c639fd53
commit 93105830e0
2 changed files with 3 additions and 2 deletions

View File

@ -196,10 +196,11 @@ class supplier extends PureComponent {
}
initChatUI = () => {
//智慧客服
console.log()
if(this.state.isCloseWs){
this.setState({optionsModal: true})
}else{
this.setState({isChatModalVisible: true})
this.setState({isModalVisible: true})
this.setState({isCloseWs: false})
this.setState({isFlash :false})
}