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
991e22d2
Commit
991e22d2
authored
May 28, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心显示bug
parent
f8d1563e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/个人中心/PersonCenterViewController.swift
...form/ViewController/个人中心/PersonCenterViewController.swift
+7
-1
GeliBusinessPlatform/ViewController/个人中心/PersonCenterViewController.xib
...atform/ViewController/个人中心/PersonCenterViewController.xib
+1
-1
GeliBusinessPlatform/ViewController/商品详情/EPViewController.swift
...sinessPlatform/ViewController/商品详情/EPViewController.swift
+0
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
991e22d2
No preview for this file type
GeliBusinessPlatform/ViewController/个人中心/PersonCenterViewController.swift
View file @
991e22d2
...
...
@@ -54,6 +54,12 @@ class PersonCenterViewController: BaseViewController,UITableViewDelegate,UITable
listView
.
dataSource
=
self
listView
.
isScrollEnabled
=
false
listView
.
separatorStyle
=
.
none
listView
.
snp
.
makeConstraints
{
(
make
)
in
make
.
top
.
equalTo
(
iconImg
.
snp_bottom
)
.
offset
(
30
)
make
.
left
.
equalTo
(
15
)
make
.
right
.
equalTo
(
-
15
)
make
.
height
.
equalTo
(
listArray
.
count
*
50
)
}
listView
?
.
register
(
UINib
(
nibName
:
"PersonCenterCell"
,
bundle
:
nil
),
forCellReuseIdentifier
:
"listCell"
)
// Do any additional setup after loading the view.
...
...
@@ -107,7 +113,7 @@ class PersonCenterViewController: BaseViewController,UITableViewDelegate,UITable
}
func
tableView
(
_
tableView
:
UITableView
,
heightForRowAt
indexPath
:
IndexPath
)
->
CGFloat
{
return
50
*
glscale
return
50
}
func
tableView
(
_
tableView
:
UITableView
,
numberOfRowsInSection
section
:
Int
)
->
Int
{
return
listArray
.
count
...
...
GeliBusinessPlatform/ViewController/个人中心/PersonCenterViewController.xib
View file @
991e22d2
...
...
@@ -132,7 +132,7 @@
<constraints>
<constraint
firstAttribute=
"height"
constant=
"148"
id=
"sgr-YH-MQe"
>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"
YES
"
/>
<userDefinedRuntimeAttribute
type=
"boolean"
keyPath=
"isAdaptateScreen"
value=
"
NO
"
/>
</userDefinedRuntimeAttributes>
</constraint>
</constraints>
...
...
GeliBusinessPlatform/ViewController/商品详情/EPViewController.swift
View file @
991e22d2
...
...
@@ -560,7 +560,6 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
data
.
isYsJieTiOpen
=
true
}
//预售价格
print
(
dataSource
.
adsale_pri
)
data
.
yuShouPrice
=
dataSource
.
adsale_pri
!
//预售库存
data
.
ysKuCun
=
StringByInt
(
number
:
dataSource
.
adsale_inventory
!
)
...
...
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