From 0c53f6661e431f53bc3a4d3df5f5c015d3c489b7 Mon Sep 17 00:00:00 2001 From: handongxun Date: Mon, 26 Sep 2022 15:17:18 +0800 Subject: [PATCH] =?UTF-8?q?ad-interstitial:=20=E8=A1=A5=E5=85=85=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=85=BC=E5=AE=B9=E6=80=A7=E8=AF=B4=E6=98=8E=E5=92=8C?= =?UTF-8?q?options=E9=80=8F=E4=BC=A0=E5=88=B0=E4=BD=9C=E7=94=A8=E5=9F=9F?= =?UTF-8?q?=E6=8F=92=E6=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/ad-interstitial.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/component/ad-interstitial.md b/docs/component/ad-interstitial.md index 8bfe68cbb..cd99c1cf8 100644 --- a/docs/component/ad-interstitial.md +++ b/docs/component/ad-interstitial.md @@ -24,15 +24,16 @@ **属性说明** -|属性名 |类型 |默认值 |说明 |平台差异 | -|:- |:- |:- |:- |:- | -|adpid |String|Number|Array| |广告位id,如果传入的是数组,会从索引0开始请求失败后继续下一个,适用于已配置底价的逻辑| | -|preload |Boolean |true |页面就绪后加载广告数据 | | -|loadnext |Boolean |false |自动加载下一条广告数据 | | -|v-slot:default="{loading, error}"| | |作用域插槽可以获取组件内部广告加载状态和加载错误信息 | | -|@load |EventHandle |加载事件 | | | -|@close |EventHandle |关闭事件 | | | -|@error |EventHandle |错误事件 | | | +|属性名 |类型 |默认值 |说明 |平台差异 | +|:- |:- |:- |:- |:- | +|adpid |String|Number|Array| |广告位id,如果传入的是数组,会从索引0开始请求失败后继续下一个,适用于已配置底价的逻辑| | +|preload |Boolean |true |页面就绪后加载广告数据 | | +|loadnext |Boolean |false |自动加载下一条广告数据 | | +|options |Object | |透传到作用域插槽 | | +|v-slot:default="{loading, error, options}" | | |作用域插槽可以获取组件内部广告加载状态和加载错误信息 | | +|@load |EventHandle |加载事件 |微信小程序暂不支持 | | +|@close |EventHandle |关闭事件 |微信小程序暂不支持 | | +|@error |EventHandle |错误事件 |微信小程序暂不支持 | | **方法说明** -- GitLab