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
817be78d
Commit
817be78d
authored
4 years ago
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改btn范围
parent
114ffb05
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
...ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
+13
-0
GeliBusinessPlatform/ViewController/货拉拉/额外需求/OtherDemandViewController.swift
...m/ViewController/货拉拉/额外需求/OtherDemandViewController.swift
+1
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
817be78d
No preview for this file type
This diff is collapsed.
Click to expand it.
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
View file @
817be78d
...
...
@@ -906,6 +906,19 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
var
locationIsOpen
=
false
func
checkLocation
(){
// if ((CLLocationManager.authorizationStatus() == CLAuthorizationStatus.Authorized) || (CLLocationManager.authorizationStatus() == CLAuthorizationStatus.NotDetermined)) && (CLLocationManager .locationServicesEnabled()){
//
// //定位开启了
//
// }else if CLLocationManager.authorizationStatus() == CLAuthorizationStatus.Denied{
//
// //定位没有开启
//
// }
if
CLLocationManager
.
locationServicesEnabled
(){
locationIsOpen
=
true
...
...
This diff is collapsed.
Click to expand it.
GeliBusinessPlatform/ViewController/货拉拉/额外需求/OtherDemandViewController.swift
View file @
817be78d
...
...
@@ -72,6 +72,7 @@ class OtherDemandViewController: BaseViewController ,UITableViewDelegate,UITable
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
"TitleAndSelectCell"
)
as!
TitleAndSelectCell
let
data
=
(
carModel
?
.
spec_req_arr
!
[
indexPath
.
row
])
cell
.
titleLbl
.
text
=
data
?
.
name
cell
.
selectBtn
.
isUserInteractionEnabled
=
false
cell
.
tag
=
indexPath
.
row
if
cell
.
tag
==
selectArr
[
indexPath
.
row
]
{
cell
.
selectBtn
.
isSelected
=
true
...
...
This diff is collapsed.
Click to expand it.
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