|
|
@@ -48,15 +48,15 @@ function A1home() {
|
|
|
{activeIndex !== -1 && <PanoHot activeIndex={activeIndex} setActiveIndex={setActiveIndex} />}
|
|
|
{/* 详情按钮-只在二级页面显示 */}
|
|
|
|
|
|
- <div
|
|
|
+ {/* <div
|
|
|
className={`${styles.skipBtn} ${isShowDetail ? styles.skipBtnAc : ''}`}
|
|
|
onClick={() => setIsShowDetail(!isShowDetail)}
|
|
|
>
|
|
|
<img src={require(`@/assets/img/${isShowDetail ? 'detail_ac' : 'detail'}.png`)} alt='' />
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
|
|
|
{/* 场景列表=由详情按钮控制 */}
|
|
|
- <div className={`${styles.detailContent} ${isShowDetail ? 'show' : ''}`}>
|
|
|
+ {/* <div className={`${styles.detailContent} ${isShowDetail ? 'show' : ''}`}>
|
|
|
<div ref={scrollRef} className={styles.scroll} onWheel={handleWheel}>
|
|
|
<div className={styles.detailItemC}>
|
|
|
{sceneList.map((item, index) => (
|
|
|
@@ -71,7 +71,7 @@ function A1home() {
|
|
|
))}
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
<TopBarM />
|
|
|
</div>
|
|
|
)
|