默认提交
Showing
1 changed file
with
7 additions
and
0 deletions
| ... | @@ -129,12 +129,19 @@ Page({ | ... | @@ -129,12 +129,19 @@ Page({ | 
| 129 | let curItem = getBindtapData(evt); | 129 | let curItem = getBindtapData(evt); | 
| 130 | console.log("curItem:", curItem); | 130 | console.log("curItem:", curItem); | 
| 131 | let { | 131 | let { | 
| 132 | bannerCode, | ||
| 132 | bannerType, | 133 | bannerType, | 
| 133 | videoCode, | 134 | videoCode, | 
| 134 | bigImage, | 135 | bigImage, | 
| 135 | gzhArticle | 136 | gzhArticle | 
| 136 | } = curItem; | 137 | } = curItem; | 
| 137 | 138 | ||
| 139 | // 打点 | ||
| 140 | app.stat({ | ||
| 141 | classify: "banner", | ||
| 142 | action: "banner_click", | ||
| 143 | primaryCode: bannerCode, | ||
| 144 | }); | ||
| 138 | 145 | ||
| 139 | switch (bannerType) { | 146 | switch (bannerType) { | 
| 140 | 147 | ... | ... | 
- 
Please register or sign in to post a comment