wjx 2 days ago
parent
commit
edd84bbee2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/pages/launchSystemV3/components/PageModal/indexOfficial.tsx

+ 5 - 0
src/pages/launchSystemV3/components/PageModal/indexOfficial.tsx

@@ -150,6 +150,11 @@ const PageOfficialModal: React.FC<Props> = (props) => {
                 if (!params.isSqDownPage) {
                     delete params?.ownerUid
                 }
+                const wechatChannelList: { wechatOfficialAccountId: string }[] = data?.find(i => i.accountId === item.accountId)?.wechatChannelList || []
+                const marketingCarrierId = wechatChannelList?.[0]?.wechatOfficialAccountId
+                if (marketingCarrierId) {
+                    params.marketingCarrierId = marketingCarrierId
+                }
                 delete params.isSqDownPage
                 return getAdqLandingPageOfficialListApi(params)
             })