提交 89152d90 编写于 作者: M mehaotian

Merge branch 'master' of github.com:dcloudio/unidocs-zh

...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序| |App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√(3.4.8+)|x|x|x|x|x|x|x|x|x|x| |√(3.4.8+)|x|√(3.4.8+)|x|x|x|x|x|x|x|x|
- app端的广告源由腾讯优量汇、头条穿山甲、快手等广告联盟提供,DCloud负责聚合 - app端的广告源由腾讯优量汇、头条穿山甲、快手等广告联盟提供,DCloud负责聚合
- 小程序端的广告由小程序平台提供 - 小程序端的广告由小程序平台提供
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序| |App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√(3.4.8+)|x|x|x|x|x|x|x|x|x|x| |√(3.4.8+)|x|√(3.4.8+)|x|x|x|x|x|x|x|x|
- app端的广告源由腾讯优量汇、头条穿山甲、快手等广告联盟提供,DCloud负责聚合 - app端的广告源由腾讯优量汇、头条穿山甲、快手等广告联盟提供,DCloud负责聚合
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
### 语法 ### 语法
`<ad-interstitial adpid=""></ad-interstitial>` `<ad-interstitial></ad-interstitial>`
**属性说明** **属性说明**
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序| |App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|√(3.4.8+)|x|x|x|x|x|x|x|x|x|x| |√(3.4.8+)|x|√(3.4.8+)|x|x|x|x|x|x|x|x|
- app端的广告源由腾讯优量汇、头条穿山甲、快手等广告联盟提供,DCloud负责聚合 - app端的广告源由腾讯优量汇、头条穿山甲、快手等广告联盟提供,DCloud负责聚合
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
### 语法 ### 语法
`<ad-rewarded-video adpid=""></ad-rewarded-video>` `<ad-rewarded-video></ad-rewarded-video>`
**属性说明** **属性说明**
...@@ -134,7 +134,7 @@ export default { ...@@ -134,7 +134,7 @@ export default {
```html ```html
<template> <template>
<view class="content"> <view class="content">
<ad-rewarded-video :adpid="adpids" :loadnext="false" v-slot:default="{loading, error}"> <ad-rewarded-video :adpid="adpids" :loadnext="true" v-slot:default="{loading, error}">
<button :disabled="loading" :loading="loading">显示广告</button> <button :disabled="loading" :loading="loading">显示广告</button>
<view v-if="error">{{error}}</view> <view v-if="error">{{error}}</view>
</ad-rewarded-video> </ad-rewarded-video>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册