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
4406cc80
Commit
4406cc80
authored
Nov 19, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加收入记录入口
parent
f477617b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+4
-4
YHIncomeRecordViewController.swift
...)/IncomeRecord(收入记录)/C/YHIncomeRecordViewController.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
4406cc80
...
@@ -513,10 +513,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
...
@@ -513,10 +513,10 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
}
}
else
if
tapIndex
==
5
{
else
if
tapIndex
==
5
{
//收入记录
//收入记录
// let vc = YHOtherInfoFillViewController()
if
let
orderId
=
orderId
{
// vc.orderId = orderId
let
ctl
=
YHIncomeRecordViewController
(
orderId
:
orderId
)
// navigationController?.pushViewController(vc
)
navigationController
?
.
pushViewController
(
ctl
)
YHHUD
.
flash
(
message
:
"这里完善 收入记录 跳转逻辑"
)
}
}
}
else
if
tapIndex
==
6
{
else
if
tapIndex
==
6
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/ServiceProcess(我的信息流程)/IncomeRecord(收入记录)/C/YHIncomeRecordViewController.swift
View file @
4406cc80
...
@@ -346,6 +346,7 @@ extension YHIncomeRecordViewController {
...
@@ -346,6 +346,7 @@ extension YHIncomeRecordViewController {
}
}
self
.
datas
=
[]
self
.
datas
=
[]
self
.
tableView
.
reloadData
()
self
.
tableView
.
reloadData
()
self
.
navigationController
?
.
popViewController
(
animated
:
true
)
return
return
}
}
self
.
incomeModel
=
incomeModel
self
.
incomeModel
=
incomeModel
...
...
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