Commit 87551cc3 authored by 前端-李俊鑫's avatar 前端-李俊鑫
parents 5f6d86bb 2f0ff408
...@@ -129,7 +129,7 @@ const TemplateDetail: React.FC<TemplateDetailPropsType> = (props) => { ...@@ -129,7 +129,7 @@ const TemplateDetail: React.FC<TemplateDetailPropsType> = (props) => {
<label>商城装修</label> <label>商城装修</label>
</div> </div>
{ {
detailInfo?.environment === 4 && ( (detailInfo?.environment === 4 || detailInfo?.environment === 3) && (
<div className={cx(styles.btn, styles.fit)} onClick={() => handleCategoryJump()}> <div className={cx(styles.btn, styles.fit)} onClick={() => handleCategoryJump()}>
<LayoutOutlined /> <LayoutOutlined />
<label>品类导航页装修</label> <label>品类导航页装修</label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment