소스 검색

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 1 주 전
부모
커밋
932841a6db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/launchSystemV3/tencentAdPutIn/create/MaterialText/newText.tsx

+ 1 - 1
src/pages/launchSystemV3/tencentAdPutIn/create/MaterialText/newText.tsx

@@ -384,7 +384,7 @@ const NewText: React.FC<Props> = ({ visible, onClose, onChange, value, textData,
                                                         }
                                                     }]}
                                                 >
-                                                    <TextAideInput placeholder={'请输入' + item.label} style={{ width: 580 }} maxTextLength={item.restriction.textRestriction.maxLength} putInType={putInType} />
+                                                    <TextAideInput isShowAjax={false} placeholder={'请输入' + item.label} style={{ width: 580 }} maxTextLength={item.restriction.textRestriction.maxLength} putInType={putInType} />
                                                 </Form.Item>
                                             ))}
                                             {deliveryMode === 'DELIVERY_MODE_COMPONENT' && item.arrayProperty?.maxNumber > 1 && textDto?.[num]?.[item.value]?.length < item.arrayProperty?.maxNumber && <Form.Item style={{ marginTop: 6, marginBottom: 0 }}>