mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 06:52:09 +08:00
修复图片显示问题
This commit is contained in:
parent
0279225c48
commit
41bebdcf0d
@ -60,7 +60,7 @@ export default {
|
||||
avatar: item.u_pic,
|
||||
userId: item.u_id,
|
||||
likedCount: item.like_num,
|
||||
images: item.mpic ? [item.mpic] : [],
|
||||
images: item.mpic ? [decodeURIComponent(item.mpic)] : [],
|
||||
reply: item.child_comments
|
||||
? item.child_comments.map(i => {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user