File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
</a-carousel >
11
11
</template >
12
12
<template v-else-if =" showGoogleAd " >
13
- <template v-if =" isCN " >
13
+ <!-- < template v-if="isCN">
14
14
<WWAds :key="`WWAds_${$route.path}`" />
15
- </template >
16
- <google-ads-top v-else :key =" `GoogleAdsTop_${$route.path}`" />
15
+ </template> -->
16
+ <google-ads-top :key =" `GoogleAdsTop_${$route.path}`" />
17
17
</template >
18
18
</div >
19
19
</template >
@@ -23,19 +23,19 @@ import dayjs from 'dayjs';
23
23
import isBetween from ' dayjs/plugin/isBetween' ;
24
24
dayjs .extend (isBetween);
25
25
import GoogleAdsTop from ' ./GoogleAdsTop.vue' ;
26
- import WWAds from ' ./WWAds.vue' ;
26
+ // import WWAds from './WWAds.vue';
27
27
const isEffective = (start , end ) => {
28
28
return dayjs ().isBetween (start, end);
29
29
};
30
30
export default {
31
31
components: {
32
32
GoogleAdsTop,
33
- WWAds,
33
+ // WWAds,
34
34
},
35
35
props: [' isCN' , ' isMobile' ],
36
36
data () {
37
37
return {
38
- show: false ,
38
+ show: true ,
39
39
showGoogleAd: location .host .indexOf (' antdv.com' ) > - 1 ,
40
40
cnAds: [
41
41
{
Original file line number Diff line number Diff line change 37
37
</template >
38
38
<a-col :xxxl =" 20" :xxl =" 20" :xl =" 19" :lg =" 18" :md =" 18" :sm =" 24" :xs =" 24" >
39
39
<section :class =" mainContainerClass" >
40
- <!-- <TopAd :is-c-n="isZhCN" /> -->
41
40
<WWAdsVue v-if =" isZhCN" />
41
+ <TopAd v-else />
42
42
<Demo v-if =" isDemo" :page-data =" pageData" :is-zh-c-n =" isZhCN" >
43
43
<component :is =" matchCom" />
44
44
</Demo >
You can’t perform that action at this time.
0 commit comments