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
38c291aa
Commit
38c291aa
authored
Sep 11, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整下单成功页面(未更新UI)
parent
aada4d7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(货运)/下单成功/XiaDanChengGongViewController.swift
...troller/代客下单(货运)/下单成功/XiaDanChengGongViewController.swift
+7
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
38c291aa
No preview for this file type
GeliBusinessPlatform/ViewController/代客下单(货运)/下单成功/XiaDanChengGongViewController.swift
View file @
38c291aa
...
@@ -191,7 +191,11 @@ class XiaDanChengGongViewController: BaseViewController,UITableViewDelegate,UITa
...
@@ -191,7 +191,11 @@ class XiaDanChengGongViewController: BaseViewController,UITableViewDelegate,UITa
arrStr
.
append
((
dataModel
?
.
home_delivery_on_cn
)
!
)
arrStr
.
append
((
dataModel
?
.
home_delivery_on_cn
)
!
)
arrStr
.
append
((
dataModel
?
.
site_delivery_cn
)
!
)
arrStr
.
append
((
dataModel
?
.
site_delivery_cn
)
!
)
arrStr
.
append
(
String
(
format
:
"%.2f"
,
(
dataModel
?
.
guarantee_value
)
!
))
arrStr
.
append
(
String
(
format
:
"%.2f"
,
(
dataModel
?
.
guarantee_value
)
!
))
arrStr
.
append
((
dataModel
?
.
remark
)
!
)
if
((
dataModel
?
.
remark
)
!
)
.
count
==
0
{
arrStr
.
append
(
"-"
)
}
else
{
arrStr
.
append
((
dataModel
?
.
remark
)
!
)
}
cell
.
textTF
.
text
=
arrStr
[
indexPath
.
row
]
cell
.
textTF
.
text
=
arrStr
[
indexPath
.
row
]
return
cell
return
cell
...
@@ -205,6 +209,8 @@ class XiaDanChengGongViewController: BaseViewController,UITableViewDelegate,UITa
...
@@ -205,6 +209,8 @@ class XiaDanChengGongViewController: BaseViewController,UITableViewDelegate,UITa
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
case
1
:
case
1
:
let
vc
=
YunDanXiangQingViewController
()
let
vc
=
YunDanXiangQingViewController
()
let
IDInt
=
orderID
as!
NSString
vc
.
orderID
=
Int
(
IDInt
.
intValue
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
self
.
navigationController
?
.
pushViewController
(
vc
,
animated
:
true
)
case
2
:
case
2
:
let
vc
=
YDLBVc
()
let
vc
=
YDLBVc
()
...
...
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