File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,9 @@ export default {
23
23
< ins
24
24
ref= " ins"
25
25
class = " adsbygoogle"
26
- style= " display:block"
27
26
data- ad- client= " ca-pub-4801326429087140"
28
27
data- ad- slot= " 7647023136"
29
- data- ad- format= " auto"
30
- data- full- width- responsive= " true"
28
+ style= " display: inline-block; width: 728px; height: 90px"
31
29
>< / ins>
32
30
< / div>
33
31
);
Original file line number Diff line number Diff line change @@ -22,11 +22,10 @@ export default {
22
22
< div class = " google-ads" >
23
23
< ins
24
24
ref= " ins"
25
- style= " display:block"
26
25
class = " adsbygoogle"
27
26
data- ad- client= " ca-pub-4801326429087140"
28
27
data- ad- slot= " 2425414214"
29
- data - ad - format = " auto "
28
+ style = " display: inline-block; width: 728px; height: 90px "
30
29
>< / ins>
31
30
< / div>
32
31
);
Original file line number Diff line number Diff line change 4
4
<a-carousel autoplay >
5
5
<template v-for =" ad in ads " >
6
6
<a :key =" ad.href" :href =" ad.href" target =" _blank" >
7
- <img style =" width : 100% ; max-width : 1200px ; " :alt =" ad.alt || ''" :src =" ad.img" />
7
+ <img style =" width : 100% ; max-width : 1200px " :alt =" ad.alt || ''" :src =" ad.img" />
8
8
</a >
9
9
</template >
10
10
</a-carousel >
@@ -35,14 +35,14 @@ export default {
35
35
href: ' https://yidengfe.com/launches/01/yd.html' ,
36
36
visible: isEffective (' 2020-09-11 17:00:00' , ' 2021-03-11 17:00:00' ),
37
37
},
38
- ].filter (ad => ad .visible ),
38
+ ].filter (( ad ) => ad .visible ),
39
39
enAds: [
40
40
{
41
41
img: ' https://qn.antdv.com/TheBigRichGroup.png' ,
42
42
href: ' https://thebigrichgroup.com/' ,
43
- visible: isEffective (' 2020-09-18 17:00:00' , ' 2021-10 -11 17:00:00' ),
43
+ visible: isEffective (' 2020-09-18 17:00:00' , ' 2021-07 -11 17:00:00' ),
44
44
},
45
- ].filter (ad => ad .visible ),
45
+ ].filter (( ad ) => ad .visible ),
46
46
};
47
47
},
48
48
computed: {
You can’t perform that action at this time.
0 commit comments