wjx 1 年之前
父节点
当前提交
a3b0a1bb07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/launchSystemV3/adqv3/ad/index.tsx

+ 1 - 1
src/pages/launchSystemV3/adqv3/ad/index.tsx

@@ -29,7 +29,7 @@ const Ad: React.FC<ADQV3.AdProps> = ({ userId, creativeHandle }) => {
 
     // 获取列表
     const getList = useCallback((params: ADQV3.GetAdListProps) => {
-        getAdqV3AdList.run({ ...params, putUserIdList: [userId] })
+        getAdqV3AdList.run({ ...params, userId })
     }, [userId, getAdqV3AdList])
 
     // 同步