zhanglun_wd

直播预约埋点

@@ -88,7 +88,7 @@ export struct PageComponent { @@ -88,7 +88,7 @@ export struct PageComponent {
88 LazyForEach(this.pageModel.compList, (compDTO: CompDTO, compIndex: number) => { 88 LazyForEach(this.pageModel.compList, (compDTO: CompDTO, compIndex: number) => {
89 ListItem() { 89 ListItem() {
90 Column() { 90 Column() {
91 - CompParser({ pageModel: this.pageModel, compDTO: compDTO, compIndex: compIndex }); 91 + CompParser({ pageModel: this.pageModel, compDTO: compDTO, compIndex: compIndex, pageId: this.pageId });
92 } 92 }
93 } 93 }
94 }, 94 },