Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
68c63d3b
Commit
68c63d3b
authored
Jun 09, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.2.1上架版
parent
aabc7967
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
...essPlatform/ViewController/工作中心/WorkCViewController.swift
+8
-6
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
68c63d3b
No preview for this file type
GeliBusinessPlatform/ViewController/工作中心/WorkCViewController.swift
View file @
68c63d3b
...
@@ -423,11 +423,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
...
@@ -423,11 +423,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
return
case
59
:
//地址管理
case
59
:
//地址管理
let
vc
=
DZGLViewController
()
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
// let vc = XinZengDiZhiViewController()//新增
// vc.navTitle = "新增地址"
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
return
// let vc = DZGLViewController()
// self.navigationController?.pushViewController(vc, animated: true )
// return
case
61
:
//库存商品
case
61
:
//库存商品
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
return
...
@@ -475,9 +475,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
...
@@ -475,9 +475,11 @@ class WorkCViewController: BaseViewController, UITableViewDelegate, UITableViewD
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
return
case
75
:
//收支统计
case
75
:
//收支统计
let
vc
=
ShouZhiTongJiViewController
()
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
return
return
// let vc = ShouZhiTongJiViewController()
// self.navigationController?.pushViewController(vc, animated: true)
// return
case
76
:
//收支详情
case
76
:
//收支详情
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
HUD
.
flash
(
.
label
(
"敬请期待"
),
delay
:
1.2
)
return
return
...
...
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