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
b1c7310b
Commit
b1c7310b
authored
Apr 21, 2021
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按私服大收到发苏打粉
parent
d9ae6b49
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/地图/SJMapViewController.swift
...inessPlatform/ViewController/地图/SJMapViewController.swift
+1
-2
GeliBusinessPlatform/ViewController/拼拼货group/P_P_H_Adr_VC.swift
...sinessPlatform/ViewController/拼拼货group/P_P_H_Adr_VC.swift
+3
-3
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
b1c7310b
No preview for this file type
GeliBusinessPlatform/ViewController/地图/SJMapViewController.swift
View file @
b1c7310b
...
@@ -284,10 +284,9 @@ class SJMapViewController: UIViewController,NavBarViewDelegate,AMapLocationManag
...
@@ -284,10 +284,9 @@ class SJMapViewController: UIViewController,NavBarViewDelegate,AMapLocationManag
annotationView
!.
centerOffset
=
CGPoint
(
x
:
0
,
y
:
-
15
);
annotationView
!.
centerOffset
=
CGPoint
(
x
:
0
,
y
:
-
15
);
return
annotationView
!
return
annotationView
!
}
}
return
nil
return
nil
}
}
//MARK: - cell delegate
//MARK: - cell delegate
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
return
73.5
return
73.5
...
...
GeliBusinessPlatform/ViewController/拼拼货group/P_P_H_Adr_VC.swift
View file @
b1c7310b
...
@@ -84,7 +84,7 @@ class P_P_H_Adr_VC: BaseViewController,SJMapViewControllerDelegate,UITextViewDel
...
@@ -84,7 +84,7 @@ class P_P_H_Adr_VC: BaseViewController,SJMapViewControllerDelegate,UITextViewDel
let
vc
=
SJMapViewController
()
let
vc
=
SJMapViewController
()
vc
.
delegate
=
self
vc
.
delegate
=
self
vc
.
isPPH
=
true
vc
.
isPPH
=
true
if
city_lbl
.
text
!=
"请选择
城市
"
{
if
city_lbl
.
text
!=
"请选择
定位
"
{
vc
.
alreadySelect
=
true
vc
.
alreadySelect
=
true
vc
.
lat
=
lat
vc
.
lat
=
lat
vc
.
lng
=
lng
vc
.
lng
=
lng
...
@@ -133,14 +133,14 @@ class P_P_H_Adr_VC: BaseViewController,SJMapViewControllerDelegate,UITextViewDel
...
@@ -133,14 +133,14 @@ class P_P_H_Adr_VC: BaseViewController,SJMapViewControllerDelegate,UITextViewDel
@IBOutlet
weak
var
holder_lbl
:
UILabel
!
@IBOutlet
weak
var
holder_lbl
:
UILabel
!
func
checkInfo
(){
func
checkInfo
(){
if
adrTv
.
text
?
.
count
!=
0
&&
phoneTf
.
text
?
.
count
!=
0
&&
nameTf
.
text
?
.
count
!=
0
&&
city_lbl
.
text
!=
"请选择
城市
"
{
if
adrTv
.
text
?
.
count
!=
0
&&
phoneTf
.
text
?
.
count
!=
0
&&
nameTf
.
text
?
.
count
!=
0
&&
city_lbl
.
text
!=
"请选择
定位
"
{
submit_btn
.
isUserInteractionEnabled
=
true
submit_btn
.
isUserInteractionEnabled
=
true
submit_btn
.
alpha
=
1
submit_btn
.
alpha
=
1
}
else
{
}
else
{
submit_btn
.
isUserInteractionEnabled
=
false
submit_btn
.
isUserInteractionEnabled
=
false
submit_btn
.
alpha
=
0.5
submit_btn
.
alpha
=
0.5
}
}
if
adrTv
.
text
?
.
count
!=
0
||
phoneTf
.
text
?
.
count
!=
0
||
nameTf
.
text
?
.
count
!=
0
||
textTV
.
text
.
count
!=
0
||
city_lbl
.
text
!=
"请选择
城市
"
{
if
adrTv
.
text
?
.
count
!=
0
||
phoneTf
.
text
?
.
count
!=
0
||
nameTf
.
text
?
.
count
!=
0
||
textTV
.
text
.
count
!=
0
||
city_lbl
.
text
!=
"请选择
定位
"
{
clearBtn
.
isUserInteractionEnabled
=
true
clearBtn
.
isUserInteractionEnabled
=
true
clearBtn
.
alpha
=
1
clearBtn
.
alpha
=
1
}
else
{
}
else
{
...
...
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