提交 faa3c249 作者: ZhangLingKun

Merge branch 'develop'

流水线 #8821 已通过 于阶段
in 6 分 16 秒
...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/web
newTag: ba950f0d0a9ebdebd83acf8eb74b939eff3b6d95 newTag: 623a3a160ec725380181c53fa173fc44af256cc3
...@@ -155,7 +155,9 @@ const ProductHeadView: React.FC<{ detail: DetailType }> = ({ detail }) => { ...@@ -155,7 +155,9 @@ const ProductHeadView: React.FC<{ detail: DetailType }> = ({ detail }) => {
return ( return (
<ProductHeadWrap> <ProductHeadWrap>
<div className="product-swiper"> <div className="product-swiper">
<ProductSwiperView list={detail?.resourcesList} /> <ProductSwiperView
list={detail?.resourcesList?.filter((i) => i.type === 0)}
/>
</div> </div>
<div className="product-content"> <div className="product-content">
<div className="content-title">{detail?.tradeName}</div> <div className="content-title">{detail?.tradeName}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论