mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-26 21:37:04 +08:00
update
This commit is contained in:
parent
6b54401371
commit
5fadb582c9
@ -31,10 +31,10 @@ void ChatController::sendMessage(const QString& text){
|
|||||||
text = "不好意思,我似乎听不懂您的意思";
|
text = "不好意思,我似乎听不懂您的意思";
|
||||||
}
|
}
|
||||||
responseData(text);
|
responseData(text);
|
||||||
reply->deleteLater();
|
|
||||||
isLoading(false);
|
|
||||||
} else {
|
} else {
|
||||||
responseData("网络错误:"+reply->errorString());
|
responseData("网络错误:"+reply->errorString());
|
||||||
}
|
}
|
||||||
|
isLoading(false);
|
||||||
|
reply->deleteLater();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user