|
@@ -94,7 +94,7 @@ export const hotInit = (that) => {
|
|
|
oTemp.img = item.boothContent;
|
|
|
oTemp.classId = item.operationContent;
|
|
|
oTemp.title = item.title;
|
|
|
- oTemp.grade = item.summary;
|
|
|
+ oTemp.summary = item.summary;
|
|
|
recommendTemp.push(oTemp);
|
|
|
});
|
|
|
let bannerIndex = 'hotData.banner';
|
|
@@ -117,7 +117,7 @@ export const hotInit = (that) => {
|
|
|
recommendRes.forEach(item => {
|
|
|
const temp = {};
|
|
|
temp.title = item.userRead.title;
|
|
|
- temp.grade = item.userRead.title;
|
|
|
+ temp.summary = item.userRead.summary;
|
|
|
temp.img = item.userRead.iconImg;
|
|
|
temp.plays = item.userRead.playAmount ? item.userRead.playAmount : 0;
|
|
|
temp.likes = item.userRead.likeAmount ? item.userRead.likeAmount : 0;
|