From 833cd4795538e7faa84a8f2b42f4d900d33c7571 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Wed, 14 Jul 2021 11:36:25 +0800 Subject: [PATCH] docs: update doc --- antdv-demo/components/GoogleAds.vue | 4 +--- antdv-demo/components/GoogleAdsTop.vue | 3 +-- antdv-demo/components/top_ad.vue | 8 ++++---- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/antdv-demo/components/GoogleAds.vue b/antdv-demo/components/GoogleAds.vue index 170ec7688..c12aa97f4 100644 --- a/antdv-demo/components/GoogleAds.vue +++ b/antdv-demo/components/GoogleAds.vue @@ -23,11 +23,9 @@ export default { ); diff --git a/antdv-demo/components/GoogleAdsTop.vue b/antdv-demo/components/GoogleAdsTop.vue index 46bb509b7..fb9e2ee34 100644 --- a/antdv-demo/components/GoogleAdsTop.vue +++ b/antdv-demo/components/GoogleAdsTop.vue @@ -22,11 +22,10 @@ export default { ); diff --git a/antdv-demo/components/top_ad.vue b/antdv-demo/components/top_ad.vue index 23d45db59..48236a55c 100644 --- a/antdv-demo/components/top_ad.vue +++ b/antdv-demo/components/top_ad.vue @@ -4,7 +4,7 @@ @@ -35,14 +35,14 @@ export default { href: 'https://yidengfe.com/launches/01/yd.html', visible: isEffective('2020-09-11 17:00:00', '2021-03-11 17:00:00'), }, - ].filter(ad => ad.visible), + ].filter((ad) => ad.visible), enAds: [ { img: 'https://qn.antdv.com/TheBigRichGroup.png', href: 'https://thebigrichgroup.com/', - visible: isEffective('2020-09-18 17:00:00', '2021-10-11 17:00:00'), + visible: isEffective('2020-09-18 17:00:00', '2021-07-11 17:00:00'), }, - ].filter(ad => ad.visible), + ].filter((ad) => ad.visible), }; }, computed: {