提交 f1a9e2c4 编写于 作者: d-u-a's avatar d-u-a

feat(mp-weixin): 激励视频支持服务器回调

上级 5f0fb84f
...@@ -111,8 +111,7 @@ export default { ...@@ -111,8 +111,7 @@ export default {
}, },
_hasCallback () { _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) { _onmpload (e) {
......
...@@ -4,7 +4,7 @@ module.exports = function (appJson) { ...@@ -4,7 +4,7 @@ module.exports = function (appJson) {
} }
if (!appJson.plugins['uni-ad']) { if (!appJson.plugins['uni-ad']) {
appJson.plugins['uni-ad'] = { appJson.plugins['uni-ad'] = {
version: '1.0.0', version: '1.0.1',
provider: 'wxf72d316417b6767f' provider: 'wxf72d316417b6767f'
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册