fix pagine che non comparivano immagini
This commit is contained in:
@@ -6759,7 +6759,7 @@ export const tools = {
|
||||
} else {
|
||||
// console.log('username', username, 'table', table)
|
||||
if (arrimage && arrimage.length > 0) {
|
||||
return `upload/profile/${username}/${table}` + arrimage[0].imagefile
|
||||
return `upload/profile/${username}/${table}/` + arrimage[0].imagefile
|
||||
} else {
|
||||
return ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user