Commit c6c9204c authored by zhangyanni's avatar zhangyanni

第三

parent 93b2f94a
<template>
</template>
<script>
export default {
name : "activitycodelist"
}
</script>
<style scoped>
</style>
\ No newline at end of file
This diff is collapsed.
......@@ -41,6 +41,9 @@
<swiper-slide style="width:100%;height:100%;">
<businessSecondScreen v-if="isShowThird"></businessSecondScreen>
</swiper-slide>
<swiper-slide style="width:100%;height:100%;">
<businessThirdScreen v-if="isShowForth"></businessThirdScreen>
</swiper-slide>
<div class="swiper-pagination1" v-show="isShowPage" v-for="(item,index) in list1" :key="index" slot="pagination"></div>
</swiper>
</section>
......@@ -60,6 +63,7 @@
import forthScreen from './forthScreen';
import businessFirstScreen from './busFirstScreen'
import businessSecondScreen from './busSecondScreen';
import businessThirdScreen from './busThirdScreen';
export default {
name: "reportIndex",
components: {
......@@ -67,7 +71,8 @@
thirdScreen,
forthScreen,
businessFirstScreen,
businessSecondScreen
businessSecondScreen,
businessThirdScreen
},
data() {
const that = this;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment