Showing
1 changed file
with
3 additions
and
2 deletions
@@ -235,7 +235,7 @@ const getArticle = (param) => { | @@ -235,7 +235,7 @@ const getArticle = (param) => { | ||
235 | 235 | ||
236 | resu.guang.swiper = swp; | 236 | resu.guang.swiper = swp; |
237 | 237 | ||
238 | - // console.log(resu); | 238 | + |
239 | 239 | ||
240 | } | 240 | } |
241 | 241 | ||
@@ -253,9 +253,10 @@ const getArticle = (param) => { | @@ -253,9 +253,10 @@ const getArticle = (param) => { | ||
253 | 253 | ||
254 | } | 254 | } |
255 | 255 | ||
256 | + console.log(resu.guang); | ||
257 | + | ||
256 | return resu; | 258 | return resu; |
257 | 259 | ||
258 | - console.log(resu.guang.infos); | ||
259 | }); | 260 | }); |
260 | 261 | ||
261 | }; | 262 | }; |
-
Please register or login to post a comment