| @@ -80,8 +80,8 @@ export default { | |||||
| this.gg1 = gg1 | this.gg1 = gg1 | ||||
| } | } | ||||
| }, | }, | ||||
| bannerCk(item) { | |||||
| item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link | |||||
| bannerCk (item) { | |||||
| item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link | |||||
| }, | }, | ||||
| async getaboutUs () { | async getaboutUs () { | ||||
| const { data: { code, data } } = await aboutUs() | const { data: { code, data } } = await aboutUs() | ||||
| @@ -141,8 +141,8 @@ export default { | |||||
| this.gg2 = gg2 | this.gg2 = gg2 | ||||
| } | } | ||||
| }, | }, | ||||
| bannerCk(item) { | |||||
| item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link | |||||
| bannerCk (item) { | |||||
| item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link | |||||
| }, | }, | ||||
| async getshuzirenremark () { | async getshuzirenremark () { | ||||
| const { data: { code, data } } = await shuzirenremark() | const { data: { code, data } } = await shuzirenremark() | ||||
| @@ -102,7 +102,7 @@ export default { | |||||
| .date { | .date { | ||||
| font-size: 14px; | font-size: 14px; | ||||
| color: #7D8392; | color: #7D8392; | ||||
| line-height: 30px; | |||||
| line-height: 30px; | |||||
| margin: 30px 0; | margin: 30px 0; | ||||
| } | } | ||||
| } | } | ||||
| @@ -56,6 +56,7 @@ | |||||
| </div> | </div> | ||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| /* eslint-disable */ | |||||
| import Swiper from '@/components/swiper' | import Swiper from '@/components/swiper' | ||||
| import HotNews from '@/components/hotNews' | import HotNews from '@/components/hotNews' | ||||
| import { guanggao, lunboList, hotNewsConfig, shendu, zixun, hotnews } from '@/api/metadaily.js' | import { guanggao, lunboList, hotNewsConfig, shendu, zixun, hotnews } from '@/api/metadaily.js' | ||||