Commit 76d809a4 authored by Steven杜宇's avatar Steven杜宇

// AI

parent 484c76ba
...@@ -82,7 +82,7 @@ class YHAIRobotChatViewController: YHBaseViewController { ...@@ -82,7 +82,7 @@ class YHAIRobotChatViewController: YHBaseViewController {
lazy var bannerView: YHAIChatBannerView = { lazy var bannerView: YHAIChatBannerView = {
let bgImgHeight = 242.0/335.0 * (KScreenWidth-40.0) let bgImgHeight = 242.0/335.0 * (KScreenWidth-40.0)
let height = 360.0-242.0+bgImgHeight let height = 350.0-242.0+bgImgHeight
let view = YHAIChatBannerView(frame: CGRectMake(0, 0, KScreenWidth, height)) let view = YHAIChatBannerView(frame: CGRectMake(0, 0, KScreenWidth, height))
view.config = getBannerConfig() view.config = getBannerConfig()
view.selectFlowMsgBlock = { view.selectFlowMsgBlock = {
......
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