Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
3f884dbb
Commit
3f884dbb
authored
Dec 05, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// AI
parent
bfc8a6b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
YHAIServiceListViewController.swift
...I/AI-Dialogue(AI对话)/C/YHAIServiceListViewController.swift
+1
-1
YHAIListModel.swift
...lasses/Modules/AI/AI-Dialogue(AI对话)/M/YHAIListModel.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/C/YHAIServiceListViewController.swift
View file @
3f884dbb
...
@@ -147,7 +147,7 @@ extension YHAIServiceListViewController: UICollectionViewDelegate, UICollectionV
...
@@ -147,7 +147,7 @@ extension YHAIServiceListViewController: UICollectionViewDelegate, UICollectionV
vc
.
myTitle
=
model
.
title
vc
.
myTitle
=
model
.
title
vc
.
robotId
=
model
.
botId
vc
.
robotId
=
model
.
botId
vc
.
conversationId
=
sesseionId
vc
.
conversationId
=
sesseionId
vc
.
robotType
=
model
.
bot
_t
ype
vc
.
robotType
=
model
.
bot
T
ype
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/M/YHAIListModel.swift
View file @
3f884dbb
...
@@ -35,11 +35,11 @@ class YHEntranceconfigModel: SmartCodable {
...
@@ -35,11 +35,11 @@ class YHEntranceconfigModel: SmartCodable {
var
btnText
:
String
=
""
var
btnText
:
String
=
""
var
redirectMode
:
Int
=
0
var
redirectMode
:
Int
=
0
var
botId
:
String
=
""
var
botId
:
String
=
""
var
bot
_t
ype
:
Int
=
0
// 1:房产 2:教育 3:销售
var
bot
T
ype
:
Int
=
0
// 1:房产 2:教育 3:销售
var
redirectPath
:
String
=
""
var
redirectPath
:
String
=
""
func
isNeedShowBannerHeader
()
->
Bool
{
func
isNeedShowBannerHeader
()
->
Bool
{
if
bot
_type
==
YHAYRobotType
.
education
.
rawValue
||
bot_t
ype
==
YHAYRobotType
.
sale
.
rawValue
{
if
bot
Type
==
YHAYRobotType
.
education
.
rawValue
||
botT
ype
==
YHAYRobotType
.
sale
.
rawValue
{
return
true
return
true
}
}
return
false
return
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment