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
36d3a15d
Commit
36d3a15d
authored
Nov 14, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成 提交逻辑
parent
bd7f937e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
18 deletions
+22
-18
YHInformationPerfectListVC.swift
...telligentService(服务中心)/C/YHInformationPerfectListVC.swift
+22
-18
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHInformationPerfectListVC.swift
View file @
36d3a15d
...
...
@@ -214,13 +214,15 @@ extension YHInformationPerfectListVC {
}
}
//我的评分 -> 我的方案
@objc
func
goScoreVC
()
{
//我的评分
let
vc
=
YHScoreDetailViewController
()
vc
.
orderId
=
orderId
vc
.
model
=
serviceCenterMainReqVM
.
allInfoScoreModel
navigationController
?
.
pushViewController
(
vc
)
//
//我的评分
//
let vc = YHScoreDetailViewController()
//
vc.orderId = orderId
//
vc.model = serviceCenterMainReqVM.allInfoScoreModel
//
navigationController?.pushViewController(vc)
YHHUD
.
flash
(
message
:
"这里跳转 杜宇 新的我的方案"
)
}
@objc
func
goInfoListVC
(
)
{
...
...
@@ -261,17 +263,19 @@ extension YHInformationPerfectListVC {
serviceCenterMainReqVM
.
submitAllInfoOp
(
params
:
[
"orderId"
:
orderId
])
{
[
weak
self
]
success
,
error
in
YHHUD
.
hide
()
if
success
==
true
{
let
model
=
self
?
.
serviceCenterMainReqVM
.
allInfoScoreModel
YHSubmitAllInfoSuccessAlertView
.
showCheckView
(
model
:
model
)
{
agree
in
//1、刷新当前界面
self
?
.
loadData
()
//2、跳转其他界面
if
agree
==
true
{
self
?
.
goScoreVC
()
}
}
// let model = self?.serviceCenterMainReqVM.allInfoScoreModel
// YHSubmitAllInfoSuccessAlertView.showCheckView(model: model) { agree in
//
// //1、刷新当前界面
// self?.loadData()
//
// //2、跳转其他界面
// if agree == true {
// self?.goScoreVC()
// }
// }
//1、刷新当前界面
self
?
.
loadData
()
}
else
{
let
msg
=
error
?
.
errorMsg
??
"操作失败"
YHHUD
.
flash
(
message
:
msg
)
...
...
@@ -331,13 +335,13 @@ extension YHInformationPerfectListVC {
make
.
height
.
equalTo
(
48
)
}
//我的积分 -> 我的方案
let
scoreButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
button
.
backgroundColor
=
UIColor
(
hex
:
0xffffff
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
16
)
button
.
contentHorizontalAlignment
=
.
center
button
.
setTitle
(
"我的
评分
"
,
for
:
.
normal
)
button
.
setTitle
(
"我的
方案
"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
normal
)
button
.
layer
.
cornerRadius
=
kCornerRadius3
button
.
layer
.
borderWidth
=
1
...
...
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