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
王海元
7 years ago
Commit
7e4f4f1c1aaf2dc9d6985977d1a1511b0adc4ad6
1 parent
f9f07efe
修改文案 --review by 张丽霞
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/associatorGift/components/AssociatorGift.js
js/associatorGift/components/AssociatorGift.js
View file @
7e4f4f1
...
...
@@ -33,7 +33,7 @@ export default class AssociatorGift extends Component {
_renderHeader
()
{
let
total
=
this
.
props
.
couponsBagCnt
.
total
;
let
title
=
total
>
0
?
'您有'
+
total
+
'个礼包可领取'
:
'暂
时没有获得任何
礼包'
;
let
title
=
total
>
0
?
'您有'
+
total
+
'个礼包可领取'
:
'暂
无可领取的
礼包'
;
let
desc
=
total
>
0
?
'以下是近期礼包'
:
''
;
return
(
<
View
style
=
{
styles
.
bagBackground
}
>
...
...
Please
register
or
login
to post a comment