Authored by zhangxiaoru

merge

... ... @@ -146,7 +146,7 @@ const _pageArticleContent = (articleContent, isApp, gender) => {
} else {
callArtGoodGroup(++ii, len2);
}
} else {
contents.push(build);
joinContentFunc(++i, len);
... ...
... ... @@ -1520,7 +1520,7 @@ let getProductAsyncData = (data) => {
finalResult.isStudent = data.isStudent;
return finalResult;
});
});
});
... ...