1
This commit is contained in:
parent
77f1428207
commit
18e731d50e
@ -193,7 +193,7 @@ class Nft extends BaseModel {
|
|||||||
$nftView['image'] = 'https://www.cebg.games/res/avatars/' . $itemMeta['id'] . '.png';
|
$nftView['image'] = 'https://www.cebg.games/res/avatars/' . $itemMeta['id'] . '.png';
|
||||||
$tags = self::parseTags($nftDb['tags']);
|
$tags = self::parseTags($nftDb['tags']);
|
||||||
if (in_array(self::GENESIS_TAG, $tags)) {
|
if (in_array(self::GENESIS_TAG, $tags)) {
|
||||||
$image = 'https://www.cebg.games/res/avatars/' . $itemMeta['id'] . '_1' . '.png';
|
$nftView['image'] = 'https://www.cebg.games/res/avatars/' . $itemMeta['id'] . '_1' . '.png';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$nftView['image'] = 'https://www.cebg.games/res/avatars/0.png';
|
$nftView['image'] = 'https://www.cebg.games/res/avatars/0.png';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user