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
ec0aeda6
authored
2020-01-21 16:51:13 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
3c8f179e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
src/pages/detail/detail.js
src/pages/detail/detail.js
View file @
ec0aeda
...
...
@@ -68,16 +68,13 @@ Page({
_this
.
onReplayHandler
();
}).
catch
((
err
)
=>
{});;
this
.
initData
();
if
(
app
.
globalData
.
adConfigure
&&
app
.
globalData
.
adConfigure
.
ad_config_03
==
1
)
{
this
.
addRewardedVideo
();
}
});
wx
.
aldstat
.
sendEvent
(
'进入页面'
,
{
'页面名字'
:
'视频详情页'
});
// 检查是否添加激励广告
this
.
checkPlayTimes
().
then
((
result
)
=>
{
if
(
wx
.
createRewardedVideoAd
)
{
rewardedVideoAd
=
wx
.
createRewardedVideoAd
({
...
...
Please
register
or
sign in
to post a comment