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

docs: ad-conent-page, interstitial

上级 e3491077
......@@ -22,7 +22,7 @@
* 小程序平台:在各自的小程序管理后台操作。
2. 申请广告位id
在各位后台申请广告位id
3. App端打包后生效,打包时必须选择要集成的广告SDK(优量汇、穿山甲)。
3. App端打包后生效,打包时必须选择要集成的广告SDK(优量汇、穿山甲、快手)。
### 语法
......
......@@ -40,7 +40,7 @@ HBuilder 基座的测试广告位 `adpid` 为 `1111111112`
```html
<template>
<view class="content">
<ad-content-page ref="adContentPage" adpid="1111111112" @load="onadload" @error="onaderror"></ad-content-page>
<ad-content-page class="ad-content-page" ref="adContentPage" adpid="1111111112" @load="onadload" @error="onaderror"></ad-content-page>
</view>
</template>
......@@ -71,6 +71,16 @@ export default {
}
}
</script>
<style>
.content {
flex: 1
}
.ad-content-page {
flex: 1
}
</style>
```
**注意**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册