|
@@ -1945,7 +1945,7 @@ function AddLandingPage(props: Props) {
|
|
|
shareDescription: shareDesc
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
add.run(params).then(res => {
|
|
|
if (res) {
|
|
|
ajax.refresh()
|
|
@@ -2036,7 +2036,7 @@ function AddLandingPage(props: Props) {
|
|
|
</div>
|
|
|
<div className={style.title}>营销组件</div>
|
|
|
<div className={style.assembly}>
|
|
|
- <div {...getDragPropsCon(`IMAGE_TEXT`)}> <ImgText /> <span className="my">图文复合组件</span> </div>
|
|
|
+ {/* <div {...getDragPropsCon(`IMAGE_TEXT`)}> <ImgText /> <span className="my">图文复合组件</span> </div> */}
|
|
|
{componentItem?.some((item: { elementType: string }) => item.elementType === 'FLOAT_BUTTON') ?
|
|
|
<div className={style.disabled}> <FloatbuttonSvg /> <span>悬浮组件</span></div> : <div {...getDragPropsCon(`FLOAT_BUTTON`)}> <FloatbuttonSvg /> <span className="my">悬浮组件</span></div>
|
|
|
}
|