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
陈林
2019-01-17 18:12:42 +0800
Commit
89b3545b2f67cf68ebfcaa393dec49741baa515b
1 parent
3f7ea9cd
修改拼团无banner时不显示。review by 孙凯。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/groupPurchase/components/GroupPurchase.js
js/groupPurchase/components/GroupPurchase.js
View file @
89b3545
...
...
@@ -27,7 +27,7 @@ export default class GroupPurchase extends Component {
let
banner
=
productList
.
banner
;
let
url
=
productList
.
url
;
if
(
banner
===
''
)
return
null
;
if
(
!
banner
)
return
null
;
return
(
<
View
style
=
{
styles
.
header
}
>
...
...
Please
register
or
login
to post a comment