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
832fbb0c
Commit
832fbb0c
authored
Aug 19, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复2
parent
cb6a0ef1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
...ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
+2
-2
GeliBusinessPlatform/ViewController/城市列表/CityListViewController.swift
...Platform/ViewController/城市列表/CityListViewController.swift
+1
-1
GeliBusinessPlatform/ViewController/货拉拉/收发货地址/ToAndFormSelectViewController.xib
...iewController/货拉拉/收发货地址/ToAndFormSelectViewController.xib
+1
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
832fbb0c
No preview for this file type
GeliBusinessPlatform/ViewController/代客下单(货运)/下运单/XiaYunDanViewController.swift
View file @
832fbb0c
...
...
@@ -855,7 +855,7 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
let
vc
=
CityListViewController
()
vc
.
adrDatas
=
self
.
adrDatas
vc
.
locatStr
=
"未定位"
if
self
.
selectLoc
.
count
!=
0
||
self
.
selectLoc
!=
nil
{
if
self
.
selectLoc
.
count
!=
0
{
vc
.
locatStr
=
self
.
selectLoc
}
vc
.
delegate
=
self
...
...
@@ -868,7 +868,7 @@ class XiaYunDanViewController: BaseViewController,UITableViewDelegate,UITableVie
let
vc
=
CityListViewController
()
vc
.
adrDatas
=
adrDatas
vc
.
locatStr
=
"未定位"
if
self
.
selectLoc
.
count
!=
0
||
self
.
selectLoc
!=
nil
{
if
self
.
selectLoc
.
count
!=
0
{
vc
.
locatStr
=
self
.
selectLoc
}
vc
.
delegate
=
self
...
...
GeliBusinessPlatform/ViewController/城市列表/CityListViewController.swift
View file @
832fbb0c
...
...
@@ -98,7 +98,7 @@ class CityListViewController: BaseViewController ,UITableViewDelegate,UITableVie
navbar
.
title
=
"城市列表"
locLbl
.
text
=
locatStr
print
(
"loclbl"
)
for
chart
in
adHeaders
{
var
arr
:
Array
<
cityListDataModel
>
=
[]
for
item
in
adrDatas
{
...
...
GeliBusinessPlatform/ViewController/货拉拉/收发货地址/ToAndFormSelectViewController.xib
View file @
832fbb0c
...
...
@@ -67,7 +67,7 @@
<constraint
firstAttribute=
"width"
constant=
"80"
id=
"1ot-j5-ieI"
/>
</constraints>
<fontDescription
key=
"fontDescription"
type=
"system"
pointSize=
"15"
/>
<state
key=
"normal"
title=
" "
image=
"xiala"
>
<state
key=
"normal"
title=
"
未定位
"
image=
"xiala"
>
<color
key=
"titleColor"
name=
"标题字颜色"
/>
</state>
<connections>
...
...
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