From 605e7ea7731ab52f536378c46052d58f903f7788 Mon Sep 17 00:00:00 2001 From: handongxun Date: Fri, 19 Feb 2021 15:25:01 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20ad=20=E5=A2=9E=E5=8A=A0addata=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/ad.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/component/ad.md b/docs/component/ad.md index f7d74f50f6..da05531655 100644 --- a/docs/component/ad.md +++ b/docs/component/ad.md @@ -192,6 +192,7 @@ export default { width: 300 // 根据宽度获取合适的广告(单位px) }, (res) => { + // 注意: 广告数据只能使用一次 this.adData = res.ads[0]; console.log(this.adData); }, -- GitLab