Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
lijing
2017-01-12 10:27:15 +0800
Commit
39fe21de4d2d464c24828c6ab9aaaffe8763f98d
1 parent
34a4f660
容错空指针
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/raffle.js
apps/activity/models/raffle.js
View file @
39fe21d
...
...
@@ -35,7 +35,7 @@ const activity = (params) => {
let
bgUrl
=
''
;
if
(
result
&&
result
[
0
]
&&
result
[
1
]
&&
result
[
1
].
data
)
{
if
(
result
&&
result
[
0
]
&&
result
[
0
].
data
&&
result
[
1
]
&&
result
[
1
].
data
)
{
resu
=
result
[
0
].
data
;
...
...
Please
register
or
login
to post a comment