1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-04-30 06:57:20 +08:00
This commit is contained in:
zhuzihcu 2023-03-17 14:33:46 +08:00
parent 6b54401371
commit ade0cfbe9e

@ -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();
});
}