|
@@ -94,7 +94,7 @@ const Card: FC<PropsWithChildren<CardProps>> = (props) => {
|
|
|
<div className={"flex w-[2.2rem] justify-around"}>
|
|
|
{/* 只是pp游戏展示demo试玩按钮 */}
|
|
|
{
|
|
|
- (item?.game_id + '').startsWith('1') && <Button
|
|
|
+ item?.category_name === 'PP' && <Button
|
|
|
onClick={() => playGameHandler({...item!, demo: 1})}
|
|
|
className={
|
|
|
"h-[0.39rem] w-[0.89rem] rounded-[0.05rem] text-[0.15rem]" +
|