提交 69d95385 编写于 作者: JiaRongPing's avatar JiaRongPing

Merge branch 'master' of https://gitee.com/dcloud/unidocs-zh

......@@ -9,7 +9,7 @@
|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负责聚合
- 小程序端的广告由小程序平台提供
......
......@@ -9,7 +9,7 @@
|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负责聚合
......@@ -27,7 +27,7 @@
### 语法
`<ad-interstitial adpid=""></ad-interstitial>`
`<ad-interstitial></ad-interstitial>`
**属性说明**
......
......@@ -27,7 +27,7 @@
|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负责聚合
......@@ -48,7 +48,7 @@
### 语法
`<ad-rewarded-video adpid=""></ad-rewarded-video>`
`<ad-rewarded-video></ad-rewarded-video>`
**属性说明**
......@@ -134,7 +134,7 @@ export default {
```html
<template>
<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>
<view v-if="error">{{error}}</view>
</ad-rewarded-video>
......
......@@ -52,4 +52,5 @@
**Tips**
- 如果使用 `<div>` ,编译时会被转换为 `<view>`
- 小程序平台如果使用 `<div>` ,编译时会被转换为 `<view>`
- App平台 Vue2 项目在节点非常多时可以尝试使用 `<div>` 替换 `<view>` 以提升渲染性能。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册