mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-04 20:28:55 +08:00
修复图片显示问题
This commit is contained in:
parent
0279225c48
commit
41bebdcf0d
@ -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…
x
Reference in New Issue
Block a user