From 2810ff0a8f66a30b770d2d3cc471f194db041dba Mon Sep 17 00:00:00 2001 From: hdx Date: Fri, 30 Dec 2022 17:40:25 +0800 Subject: [PATCH] =?UTF-8?q?ad-rewarded-video=EF=BC=9A=E5=A2=9E=E5=8A=A0=20?= =?UTF-8?q?disabled=20=E5=B1=9E=E6=80=A7=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/ad-rewarded-video.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/component/ad-rewarded-video.md b/docs/component/ad-rewarded-video.md index 482c2fe2e..5ae98608f 100644 --- a/docs/component/ad-rewarded-video.md +++ b/docs/component/ad-rewarded-video.md @@ -48,8 +48,9 @@ |属性名 |类型 |默认值 |说明 |平台差异 | |:- |:- |:- |:- |:- | |adpid |String|Number|Array| |广告位id,如果传入的是数组,会从索引0开始请求失败后继续下一个,适用于已配置底价的逻辑| | -|preload |Boolean |true |页面就绪后加载广告数据 | | -|loadnext |Boolean |false |自动加载下一条广告数据 | | +|preload |Boolean |true |页面就绪后加载广告数据 | | +|loadnext |Boolean |false |自动加载下一条广告数据 | | +|disabled |Boolean |false |禁用默认点击行为 | | |url-callback |Object | |服务器回调透传数据 | | |v-slot:default="{loading, error}"| | |作用域插槽可以获取组件内部广告加载状态和加载错误信息 | | |@load |EventHandle |加载事件 | | | -- GitLab