|
|
@@ -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: [] })
|