Commit d6c4dc4e authored by Steven杜宇's avatar Steven杜宇

// AI

parent ac84355a
......@@ -194,10 +194,8 @@ class YHAITabViewController: YHBaseViewController {
}
func requestList() {
YHHUD.show(.progress(message: "加载中..."))
viewModel.getAIEntranceList {
[weak self] success, error in
YHHUD.hide()
guard let self = self else { return }
self.mainChatVC.robotId = self.viewModel.listModel.mainBotId
self.listVC.serviceArr.removeAll()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment