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
7297531f
Commit
7297531f
authored
Aug 10, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 函数扩展
parent
c3820a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
YHPrincleViewModel.swift
...erService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
+9
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
View file @
7297531f
...
@@ -14,7 +14,10 @@ class YHPrincleViewModel: YHBaseViewModel {
...
@@ -14,7 +14,10 @@ class YHPrincleViewModel: YHBaseViewModel {
var
waitResultModel
=
YHPrincipleWaitResultModel
()
var
waitResultModel
=
YHPrincipleWaitResultModel
()
var
envelopModel
=
YHPrincipleEnvelopeModel
()
var
envelopModel
=
YHPrincipleEnvelopeModel
()
var
uploadDetailModel
=
YHPrincipleUploadDetailModel
()
var
uploadDetailModel
=
YHPrincipleUploadDetailModel
()
}
extension
YHPrincleViewModel
{
func
getPrincipleWaitReviewResult
(
params
:[
String
:
Any
],
callback
:((
_
success
:
Bool
,
_
error
:
YHErrorModel
?)
->
())?)
{
func
getPrincipleWaitReviewResult
(
params
:[
String
:
Any
],
callback
:((
_
success
:
Bool
,
_
error
:
YHErrorModel
?)
->
())?)
{
let
strUrl
=
YHBaseUrlManager
.
shared
.
curURL
()
+
YHAllApiName
.
Principle
.
getProfileList
let
strUrl
=
YHBaseUrlManager
.
shared
.
curURL
()
+
YHAllApiName
.
Principle
.
getProfileList
...
@@ -226,9 +229,9 @@ class YHPrincleViewModel: YHBaseViewModel {
...
@@ -226,9 +229,9 @@ class YHPrincleViewModel: YHBaseViewModel {
// model.date = "2024-12-12"
// model.date = "2024-12-12"
// return model
// return model
// }
// }
//
//
// func getTestModel() -> YHPrincipleWaitResultModel {
// func getTestModel() -> YHPrincipleWaitResultModel {
//
//
// var files: [YHFileNumberList] = []
// var files: [YHFileNumberList] = []
// let m = YHFileNumberList()
// let m = YHFileNumberList()
// m.applicationName = "杜宇"
// m.applicationName = "杜宇"
...
@@ -252,7 +255,7 @@ class YHPrincleViewModel: YHBaseViewModel {
...
@@ -252,7 +255,7 @@ class YHPrincleViewModel: YHBaseViewModel {
//
//
// let applicant = YHApplicant()
// let applicant = YHApplicant()
// applicant.userName = "哈哈哈"
// applicant.userName = "哈哈哈"
//
//
// let model = YHPrincipleWaitResultModel(lastQueryAt: "2024-12-01 23:34:12",
// let model = YHPrincipleWaitResultModel(lastQueryAt: "2024-12-01 23:34:12",
// queryCount: 40,
// queryCount: 40,
// fileNumberList: files,
// fileNumberList: files,
...
@@ -261,6 +264,7 @@ class YHPrincleViewModel: YHBaseViewModel {
...
@@ -261,6 +264,7 @@ class YHPrincleViewModel: YHBaseViewModel {
// applicationFileNumberAttachment: "你要死啊")
// applicationFileNumberAttachment: "你要死啊")
// return model
// return model
// }
// }
//
//
}
}
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