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: {