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
557e1bc3
Commit
557e1bc3
authored
Aug 19, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复显示物流顺序显示bug
parent
84d7a4a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
...ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
+8
-4
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
557e1bc3
No preview for this file type
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
View file @
557e1bc3
...
@@ -1127,7 +1127,15 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
...
@@ -1127,7 +1127,15 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
@objc
func
huoLLAdrAction
(
sender
:
UIButton
){
@objc
func
huoLLAdrAction
(
sender
:
UIButton
){
if
sender
.
tag
==
0
{
if
sender
.
tag
==
0
{
tempadrArr
=
adrArr
tempadrArr
=
adrArr
var
btnH
=
49
var
h
=
CGFloat
(
adrArr
.
count
+
2
)
*
49
var
h
=
CGFloat
(
adrArr
.
count
+
2
)
*
49
if
IS_IPHONE_X
{
btnH
=
83
h
=
h
+
34
}
if
h
>
CGFloat
(
fullScreenHeight
)
*
0.65
{
if
h
>
CGFloat
(
fullScreenHeight
)
*
0.65
{
h
=
CGFloat
(
fullScreenHeight
)
*
0.65
h
=
CGFloat
(
fullScreenHeight
)
*
0.65
}
}
...
@@ -1149,10 +1157,6 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
...
@@ -1149,10 +1157,6 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
}
}
changeCellSortView
?
.
frame
=
CGRect
(
x
:
0
,
y
:
fullScreenHeight
-
CGFloat
(
h
),
width
:
fullScreenWidth
,
height
:
CGFloat
(
h
))
changeCellSortView
?
.
frame
=
CGRect
(
x
:
0
,
y
:
fullScreenHeight
-
CGFloat
(
h
),
width
:
fullScreenWidth
,
height
:
CGFloat
(
h
))
var
btnH
=
49
if
IS_IPHONE_X
{
btnH
=
83
}
let
leftBtn
=
UIButton
()
let
leftBtn
=
UIButton
()
...
...
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