修复图片显示问题
parent
8e4158d11d
commit
f87962f1a0
|
@ -60,7 +60,7 @@ export default {
|
||||||
avatar: item.u_pic,
|
avatar: item.u_pic,
|
||||||
userId: item.u_id,
|
userId: item.u_id,
|
||||||
likedCount: item.like_num,
|
likedCount: item.like_num,
|
||||||
images: item.mpic ? [item.mpic] : [],
|
images: item.mpic ? [decodeURIComponent(item.mpic)] : [],
|
||||||
reply: item.child_comments
|
reply: item.child_comments
|
||||||
? item.child_comments.map(i => {
|
? item.child_comments.map(i => {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue