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
dc468e9b
Commit
dc468e9b
authored
Dec 13, 2024
by
DavidHuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理 审核期的过滤
parent
76bf8d42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
YHProductItemView.swift
...es/Modules/AI/AI-Dialogue(AI对话)/V/YHProductItemView.swift
+4
-2
YHProductListMessageCell.swift
...les/AI/AI-Dialogue(AI对话)/V/YHProductListMessageCell.swift
+6
-2
YHConfigModel.swift
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHConfigModel.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/V/YHProductItemView.swift
View file @
dc468e9b
...
@@ -91,8 +91,10 @@ class YHProductItemView: UIView {
...
@@ -91,8 +91,10 @@ class YHProductItemView: UIView {
}
}
@objc
func
didClickProductItem
()
{
@objc
func
didClickProductItem
()
{
YHAIJumpPageTool
.
jumpPageWithType
(
mode
:
productModel
.
redirectMode
,
path
:
productModel
.
redirectPath
)
{
if
let
configModel
=
YHConfigManager
.
shared
.
reqVM
.
configModel
,
configModel
.
is_integral_open
{
dict
in
YHAIJumpPageTool
.
jumpPageWithType
(
mode
:
productModel
.
redirectMode
,
path
:
productModel
.
redirectPath
)
{
dict
in
}
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/AI/AI-Dialogue(AI对话)/V/YHProductListMessageCell.swift
View file @
dc468e9b
...
@@ -112,9 +112,13 @@ class YHProductListMessageCell: UITableViewCell {
...
@@ -112,9 +112,13 @@ class YHProductListMessageCell: UITableViewCell {
@objc
func
didMoreButtonClicked
()
{
@objc
func
didMoreButtonClicked
()
{
YHAIJumpPageTool
.
jumpPageWithType
(
mode
:
listModel
.
redirectMode
,
path
:
listModel
.
redirectPath
)
{
if
let
configModel
=
YHConfigManager
.
shared
.
reqVM
.
configModel
,
configModel
.
is_integral_open
{
dict
in
YHAIJumpPageTool
.
jumpPageWithType
(
mode
:
listModel
.
redirectMode
,
path
:
listModel
.
redirectPath
)
{
dict
in
}
}
}
}
}
required
init
?(
coder
:
NSCoder
)
{
required
init
?(
coder
:
NSCoder
)
{
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/M/YHConfigModel.swift
View file @
dc468e9b
...
@@ -21,7 +21,7 @@ class YHConfigModel : SmartCodable {
...
@@ -21,7 +21,7 @@ class YHConfigModel : SmartCodable {
var
suggest_updating
:
Bool
=
false
var
suggest_updating
:
Bool
=
false
var
suggest_updating_msg
:
String
=
""
var
suggest_updating_msg
:
String
=
""
var
is_integral_open
:
Bool
=
false
//条件控制哈 PingGuoShenHe
var
is_integral_open
:
Bool
=
false
//条件控制哈 PingGuoShenHe
true - 展示 false - hidden
// var is_recharge_order_open : Bool = false //双十一banner开关 //`is_recharge_order_open` int NOT NULL DEFAULT '0' COMMENT '1 开启 0关闭',
// var is_recharge_order_open : Bool = false //双十一banner开关 //`is_recharge_order_open` int NOT NULL DEFAULT '0' COMMENT '1 开启 0关闭',
required
init
()
{
required
init
()
{
...
...
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