1
0

2 Ревизии 5dfd297e1e ... cd0c759598

Автор SHA1 Съобщение Дата
  wjx cd0c759598 Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage преди 2 седмици
  wjx 8f4e61bf01 fix преди 2 седмици
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      src/pages/launchSystemV3/components/PageModal/indexOfficial.tsx

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

@@ -78,6 +78,11 @@ const PageOfficialModal: React.FC<Props> = (props) => {
             pageType: 'PAGE_TYPE_OFFICIAL',
             creativeTemplateId: creativeTemplateId || 311
         }
+        const wechatChannelList: { wechatOfficialAccountId: string }[] = data[selectAdz - 1]?.wechatChannelList || []
+        const marketingCarrierId = wechatChannelList?.[0]?.wechatOfficialAccountId
+        if (marketingCarrierId) {
+            params.marketingCarrierId = marketingCarrierId
+        }
         if (params.isSqDownPage) {
             if (!params?.ownerUid) {
                 setTableData({ total: 0, records: [] })