Skip to content

Commit

Permalink
feat(mp-weixin): 激励视频支持服务器回调
Browse files Browse the repository at this point in the history
  • Loading branch information
dcloudhdx committed Oct 26, 2022
1 parent 5f0fb84 commit f1a9e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/uni-cli-shared/components/ad.mixin.mp.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ export default {
},

_hasCallback () {
return false
// return (typeof this.urlCallback === 'object' && Object.keys(this.urlCallback).length > 0)
return (typeof this.urlCallback === 'object' && Object.keys(this.urlCallback).length > 0)
},

_onmpload (e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function (appJson) {
}
if (!appJson.plugins['uni-ad']) {
appJson.plugins['uni-ad'] = {
version: '1.0.0',
version: '1.0.1',
provider: 'wxf72d316417b6767f'
}
}
Expand Down

0 comments on commit f1a9e2c

Please sign in to comment.