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
eb0fd85b
Commit
eb0fd85b
authored
Aug 19, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整显示bug
parent
019ff640
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
...ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
+9
-4
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
eb0fd85b
No preview for this file type
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
View file @
eb0fd85b
...
...
@@ -1103,7 +1103,15 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
@objc
func
huoLLAdrAction
(
sender
:
UIButton
){
if
sender
.
tag
==
0
{
tempadrArr
=
adrArr
var
btnH
=
49
var
h
=
CGFloat
(
adrArr
.
count
+
2
)
*
49
if
IS_IPHONE_X
{
btnH
=
83
h
=
h
+
34
}
if
h
>
CGFloat
(
fullScreenHeight
)
*
0.65
{
h
=
CGFloat
(
fullScreenHeight
)
*
0.65
}
...
...
@@ -1126,10 +1134,7 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
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
()
leftBtn
.
addTarget
(
self
,
action
:
#selector(
changeCellSortAc(sender:)
)
,
for
:
.
touchUpInside
)
...
...
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