提交 61ae6fdf 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8411 已通过 于阶段
in 6 分 14 秒
...@@ -55,9 +55,9 @@ const HomeTabView = () => { ...@@ -55,9 +55,9 @@ const HomeTabView = () => {
</div> </div>
<div className="tab-content"> <div className="tab-content">
{/* 产品商城 */} {/* 产品商城 */}
{currentIndex === 0 && <TabView01 />} {currentIndex === 1 && <TabView01 />}
{/* 行业服务 */} {/* 行业服务 */}
{currentIndex === 1 && <TabView02 />} {currentIndex === 0 && <TabView02 />}
{/* 设备租赁 */} {/* 设备租赁 */}
{currentIndex === 2 && <TabView03 />} {currentIndex === 2 && <TabView03 />}
{/* 执照培训 */} {/* 执照培训 */}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论