Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
7 years ago
Commit
82892f911ef194e373d71d0f3c1bf9f11bb658eb
1 parent
577edaf0
master
...
6.8.7_message
6.9.5_msg
6.9.9_invite
V0125_Date
V1115_Date
V1130_Date
V1217_Date
V1230_Date
V6.10.1
V6.10.2
V6.7.9_dev
V6.8.6
V6.8.7
V6.8.7_upgrades
V6.8.9
V6.9.1
V6.9.2
V6.9.3
V6.9.5
V6.9.6
V6.9.6_Alliance
V6.9.7
V6.9.8
V6.9.8_shoudan
V6.9.9
V9.30_Date
exception
feature/rn_update61
gerry/v6.9.14_panicBuying
gerry/v6.9.16_bugfixed
v6.10.0
v6.9.10
v6.9.11
v6.9.12
v6.9.13
v6.9.14
v6.9.16
v6.9.17
v6.9.19
v6.9.20
v6.9.21
v6.9.22
v6.9.24
6.9.8
6.9.7
6.9.6
6.9.4
6.9.2
6.9.1
6.8.9
6.8.8
6.8.4
6.8.3
6.8.2
6.7.9
6.7.8
6.7.7
V6.8.6
V6.8.5
V6.8.1
更新佣金明细页头部悬浮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
js/alliance/components/OrderIncome.js
js/alliance/components/OrderIncome.js
View file @
82892f9
...
...
@@ -30,7 +30,7 @@ export default class OrderIncome extends Component {
_renderHeader
()
{
return
(
<
View
>
<
View
style
=
{{
backgroundColor
:
'white'
}}
>
<
View
style
=
{
styles
.
header
}
>
<
TouchableOpacity
style
=
{{
flex
:
1
}}
activeOpacity
=
{
1
}
onPress
=
{()
=>
{
this
.
updateState
(
1
,
0
);
...
...
@@ -163,7 +163,7 @@ export default class OrderIncome extends Component {
enableEmptySections
=
{
true
}
dataSource
=
{
this
.
dataSource
.
cloneWithRows
(
orderLists
)}
renderRow
=
{
this
.
_renderRow
}
renderHeader
=
{
this
.
_renderHeader
}
render
Section
Header
=
{
this
.
_renderHeader
}
onEndReached
=
{()
=>
{
if
(
orderLists
.
size
!==
0
)
{
this
.
props
.
onEndReached
&&
this
.
props
.
onEndReached
();
...
...
@@ -192,6 +192,7 @@ let styles = StyleSheet.create({
justifyContent
:
'center'
,
},
header
:
{
backgroundColor
:
'white'
,
width
:
width
-
110
,
height
:
44
,
marginLeft
:
55
,
...
...
Please
register
or
login
to post a comment