update
parent
6b54401371
commit
5fadb582c9
|
@ -31,10 +31,10 @@ void ChatController::sendMessage(const QString& text){
|
|||
text = "不好意思,我似乎听不懂您的意思";
|
||||
}
|
||||
responseData(text);
|
||||
reply->deleteLater();
|
||||
isLoading(false);
|
||||
} else {
|
||||
responseData("网络错误:"+reply->errorString());
|
||||
}
|
||||
isLoading(false);
|
||||
reply->deleteLater();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue