Browse Source

我的收藏、我的活动

master
lqq 6 years ago
parent
commit
ebe5fcb75b
  1. 2
      pages/user/myActivity/index.js
  2. 2
      pages/user/myFavorite/index.js

2
pages/user/myActivity/index.js

@ -29,7 +29,7 @@ Page({
let tempDatas = []
datas.forEach(item => {
tempDatas.push({
articleId: item.collectionId,
articleId: item.contentId,
title: item.title,
articleImg: item.image,
userName: item.author,

2
pages/user/myFavorite/index.js

@ -32,7 +32,7 @@ Page({
let tempDatas = []
datas.forEach(item => {
tempDatas.push({
topicId: item.collectionId,
topicId: item.contentId,
title: item.title,
topicImg: item.image,
userIcon: item.groupAvator,

Loading…
Cancel
Save