Showing
2 changed files
with
7 additions
and
3 deletions
@@ -243,7 +243,8 @@ | @@ -243,7 +243,8 @@ | ||
243 | publishTime: '', | 243 | publishTime: '', |
244 | pageView: '', | 244 | pageView: '', |
245 | like: { | 245 | like: { |
246 | - isLiked: true | 246 | + isLiked: true, |
247 | + count: 1 | ||
247 | }, | 248 | }, |
248 | share: false, | 249 | share: false, |
249 | isFashionMan: true, //标签分类:isTip、isCollocation、isFashionMan、isFashionGood、isTopic | 250 | isFashionMan: true, //标签分类:isTip、isCollocation、isFashionMan、isFashionGood、isTopic |
@@ -252,8 +253,8 @@ | @@ -252,8 +253,8 @@ | ||
252 | avatar: '', | 253 | avatar: '', |
253 | name: '' | 254 | name: '' |
254 | } | 255 | } |
255 | - | ||
256 | } | 256 | } |
257 | + | ||
257 | ### 逛首页 | 258 | ### 逛首页 |
258 | 259 | ||
259 | { | 260 | { |
-
Please register or login to post a comment