Sfoglia il codice sorgente

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

wjx 1 anno fa
parent
commit
698e1ef0bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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])
 
     // 同步