Showing
1 changed file
with
1 additions
and
1 deletions
@@ -50,7 +50,7 @@ const banner = () => { | @@ -50,7 +50,7 @@ const banner = () => { | ||
50 | cache: true, | 50 | cache: true, |
51 | code: 200 | 51 | code: 200 |
52 | }).then((result) => { | 52 | }).then((result) => { |
53 | - console.log(result) | 53 | + |
54 | if (result && result.data) { | 54 | if (result && result.data) { |
55 | return result.data[0]; | 55 | return result.data[0]; |
56 | } | 56 | } |
-
Please register or login to post a comment