20200703
This commit is contained in:
parent
73514c88a1
commit
99b8c2f033
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 24 KiB |
@ -4,19 +4,14 @@
|
||||
<div class="footer-left">
|
||||
<img src="@/assets/images/footer-logo.png" alt="" class="footer-logo">
|
||||
<div class="footer-us">
|
||||
<h4>内蒙古自治区文化馆</h4>
|
||||
<h4>日喀则市公共文化数字云平台</h4>
|
||||
<p>联系方式:0471-6965539</p>
|
||||
<p>地址:呼和浩特市回民区锡林北路97号</p>
|
||||
</div>
|
||||
<div class="footer-link">
|
||||
<h4>友情链接</h4>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<router-link to="/" class="link-item">内蒙古人民政府网</router-link>
|
||||
<a href="https://www.culturedc.cn/" target="_blank" class="link-item">国家公共文化云</a>
|
||||
<a href="http://xzzzqqyg.com/" target="_blank" class="link-item">西藏群众艺术馆</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-right">
|
||||
@ -37,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>版权所有:内蒙古文化云 Copyright © 2017-2018 蒙ICP备18001375号 技术支持:天创智汇科技(北京)有限公</p>
|
||||
<p>版权所有:日喀则群众艺术馆 Copyright © 2017-2018 蒙ICP备18001375号 技术支持:山西腾狮科技</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -64,7 +59,7 @@ export default {
|
||||
.footer-logo
|
||||
display block
|
||||
margin-bottom 15px
|
||||
width 345px
|
||||
width 485px
|
||||
height 77px
|
||||
.footer-us
|
||||
float left
|
||||
|
@ -55,11 +55,6 @@
|
||||
艺术培训
|
||||
</router-link>
|
||||
</li>
|
||||
<!--<li :class="{active: this.$route.path == '/distribution' || this.$route.path == '/distributionDetail/' + this.$route.params.id}">-->
|
||||
<!--<router-link to="/distribution" >-->
|
||||
<!--预约配送-->
|
||||
<!--</router-link>-->
|
||||
<!--</li>-->
|
||||
<li :class="{active: this.$route.path == '/broadcast' || this.$route.path == '/broadcastDetail/' + this.$route.params.id}">
|
||||
<router-link to="/broadcast" >
|
||||
共享直播
|
||||
@ -206,7 +201,7 @@ export default {
|
||||
display block
|
||||
float left
|
||||
.logo-img
|
||||
width 340px
|
||||
width 485px
|
||||
height 77px
|
||||
.search
|
||||
float right
|
||||
|
@ -1,10 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<Header></Header>
|
||||
<IndexSwiper></IndexSwiper>
|
||||
<IndexSwiper :swiperList="swiperList"></IndexSwiper>
|
||||
<Dynamic :dynamic="dynamic"></Dynamic>
|
||||
<IndexService :activityList="activityList"></IndexService>
|
||||
<!--<IndexSpecialties :specialties="specialties"></IndexSpecialties>-->
|
||||
<DigitalResource :literature="literature"></DigitalResource>
|
||||
<IndexVideo :exhibition="exhibition"></IndexVideo>
|
||||
<Footer></Footer>
|
||||
@ -57,7 +56,8 @@ export default {
|
||||
rows: 8,
|
||||
totalPage: 1,
|
||||
newsDirectoriesId: 'f1d5d313-f728-4dda-9843-1116d97e17b0'
|
||||
}
|
||||
},
|
||||
swiperList: []
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@ -106,6 +106,23 @@ export default {
|
||||
}
|
||||
self.exhibition = res.data.rows
|
||||
})
|
||||
},
|
||||
getSwiper: function () {
|
||||
var self = this
|
||||
axios.get('http://192.168.0.104:8082/news/app/newscontent/listpagenewscontentrelease', {
|
||||
params: {
|
||||
page: 1,
|
||||
rows: 3,
|
||||
newsDirectoriesParentId: '51ae7beb-f277-47a4-937a-088e6d47656d'
|
||||
}
|
||||
}).then(function (res) {
|
||||
console.log(res)
|
||||
for (var i = 0; i < res.data.rows.length; i++) {
|
||||
res.data.rows[i].newsContentCoverList = res.data.rows[i].newsContentCoverList[0].contentCoverId
|
||||
}
|
||||
self.swiperList = res.data.rows
|
||||
console.log()
|
||||
})
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
@ -113,6 +130,7 @@ export default {
|
||||
this.getActivityList()
|
||||
this.getLiterature()
|
||||
this.getExhibition()
|
||||
this.getSwiper()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -1,15 +1,15 @@
|
||||
<template>
|
||||
<div class="index-swiper">
|
||||
<swiper ref="mySwiper" :options="swiperOptions" class="swiper-outer">
|
||||
<swiper-slide class="swiper-box">
|
||||
<img src="@/assets/images/banner.png" alt="" class="banner-img">
|
||||
</swiper-slide>
|
||||
<swiper-slide class="swiper-box">
|
||||
<img src="@/assets/images/banner.png" alt="" class="banner-img">
|
||||
</swiper-slide>
|
||||
<swiper-slide class="swiper-box">
|
||||
<img src="@/assets/images/banner.png" alt="" class="banner-img">
|
||||
<swiper-slide class="swiper-box" v-for="(swiper,idx) in swiperList" :key="idx">
|
||||
<img :src="'http://192.168.0.104:8082/news/route/file/downloadfile/false/' + swiper.newsContentCoverList" alt="" class="banner-img">
|
||||
</swiper-slide>
|
||||
<!--<swiper-slide class="swiper-box">-->
|
||||
<!--<img src="@/assets/images/banner.png" alt="" class="banner-img">-->
|
||||
<!--</swiper-slide>-->
|
||||
<!--<swiper-slide class="swiper-box">-->
|
||||
<!--<img src="@/assets/images/banner.png" alt="" class="banner-img">-->
|
||||
<!--</swiper-slide>-->
|
||||
<div class="swiper-pagination" slot="pagination"></div>
|
||||
</swiper>
|
||||
</div>
|
||||
@ -19,7 +19,7 @@
|
||||
export default {
|
||||
name: 'IndexSwiper',
|
||||
props: {
|
||||
bannerList: Array
|
||||
swiperList: Array
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
@ -56,6 +56,9 @@ export default {
|
||||
self.$router.go(-1)
|
||||
}, 1500)
|
||||
}
|
||||
}).catch(function (error) {
|
||||
self.$layer.msg(error.response.data.msg)
|
||||
self.isLoading = false
|
||||
})
|
||||
},
|
||||
getVerificationCode: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user