{boxType !== "8" &&
topBoxList.map((topItem, index) => (
{topItem.sName}
{topItem?.selectImage ? (

) : (
""
)}
))}
{boxType === "8" &&
topDoubleBoxList.map((item, index) => (
))}
{boxType !== "8" &&
leftBoxList.map((item, index) => (
{titleList[index + 3]}
))}
{boxType === "8" &&
leftDoubleBoxList.map((item, index) => (
{doubleTitlieList[index + 3]}
{index !== 0 ? (
) : (
""
)}
))}
{boxType !== "8" &&
rightBoxList.map((item, index) => (
{titleList[findIndexBySname(item.sName)]}
))}
{boxType === "8" &&
rightDoubleBoxList.map((item, index) => (
{doubleTitlieList[index + 6]}
{index !== 0 ? (
) : (
""
)}
))}