Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f95b8646
authored
2019-12-26 17:15:02 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
e0c4200a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/pages/index/index.js
src/pages/index/index.js
View file @
f95b864
...
...
@@ -129,12 +129,19 @@ Page({
let
curItem
=
getBindtapData
(
evt
);
console
.
log
(
"curItem:"
,
curItem
);
let
{
bannerCode
,
bannerType
,
videoCode
,
bigImage
,
gzhArticle
}
=
curItem
;
// 打点
app
.
stat
({
classify
:
"banner"
,
action
:
"banner_click"
,
primaryCode
:
bannerCode
,
});
switch
(
bannerType
)
{
...
...
Please
register
or
sign in
to post a comment