提交 d913a1ac 编写于 作者: H hdx

feat(web:ad): 采用服务器控制单次请求广告数量

上级 a0e8809f
const UNI_PLUGINS = [{
name: 'uni-ad',
version: '1.1.11',
version: '1.2.1',
provider: 'wxf72d316417b6767f'
},
{
name: 'coral-adv',
version: '1.0.18',
version: '1.0.24',
provider: 'wx0e203209e27b1e66'
}
]
......
......@@ -449,7 +449,7 @@ export default {
type: data.a4,
display_type: data.a5,
container_id: id,
count: 1
count: data.a6 || 1
})
coral.ready().then(async (res) => {
if (res.ret === 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册