feat: fix
This commit is contained in:
@@ -162,8 +162,8 @@ function Index() {
|
||||
}
|
||||
|
||||
const backgroundImage = detail?.image_list?.[0]
|
||||
? { backgroundImage: `url(${detail?.image_list?.[0]})` }
|
||||
: {};
|
||||
? { opacity: 1, backgroundImage: `url(${detail?.image_list?.[0]})` }
|
||||
: { opacity: 0 };
|
||||
|
||||
const [glass, setGlass] = useState(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user