wjx 4 달 전
부모
커밋
2d9bc0ce89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/launchSystemV3/tencenTasset/accountAssetSharing/index.tsx

+ 1 - 1
src/pages/launchSystemV3/tencenTasset/accountAssetSharing/index.tsx

@@ -58,7 +58,7 @@ const AccountAssetSharing: React.FC = () => {
                 onChange={(e) => setQueryForm({ ...queryForm, authType: e, pageNum: 1 })}
                 placeholder="授权类型"
                 style={{ width: 110 }}
-                options={[{ label: '素材', value: 'material' }, { label: '转化归因', value: 'conversion' }]}
+                options={[{ label: '素材', value: 'material' }, { label: '转化归因', value: 'conversion' }, { label: '原生落地页', value: 'wechatDownPage' }]}
             />
             <Input style={{ width: 200 }} placeholder="请输入账户组名称" value={queryForm?.accountGroupName} allowClear onChange={(e) => setQueryForm({ ...queryForm, accountGroupName: e.target.value, pageNum: 1 })} />
             <Input.TextArea