Showing
1 changed file
with
1 additions
and
1 deletions
@@ -226,7 +226,7 @@ class IndexModel extends global.yoho.BaseModel { | @@ -226,7 +226,7 @@ class IndexModel extends global.yoho.BaseModel { | ||
226 | inf.push(guangProcess.formatArticle(val, true, false, true)); | 226 | inf.push(guangProcess.formatArticle(val, true, false, true)); |
227 | }); | 227 | }); |
228 | 228 | ||
229 | - resu.guang.infos[curIndex].info = inf; | 229 | + _.set(resu, `guang.infos[${curIndex}].info`, inf); |
230 | 230 | ||
231 | return resu; | 231 | return resu; |
232 | 232 |
-
Please register or login to post a comment