shenwu 2 years ago
parent
commit
e560823c18
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pages/launchSystemNew/launchManage/createAd/index.tsx

+ 0 - 1
src/pages/launchSystemNew/launchManage/createAd/index.tsx

@@ -632,7 +632,6 @@ const CreateAd: React.FC = () => {
         </Card>
 
 
-
         {/* 选择商品 */}
         {goodsVisible && <GoodsModal visible={goodsVisible} data={accountCreateLogs} onClose={() => setGoodsVisible(false)} onChange={(e) => { setAccountCreateLogs(e); setGoodsVisible(false); clearData() }} />}
         {/* 选择数据源 */}