|
@@ -3,7 +3,7 @@
|
|
<el-row style="overflow-y: hidden;">
|
|
<el-row style="overflow-y: hidden;">
|
|
<el-col :span="24" class="top">
|
|
<el-col :span="24" class="top">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
- <top :topInfo="topInfo"></top>
|
|
|
|
|
|
+ <top :topInfo="topInfo" :topInfos="topInfos"></top>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="menu">
|
|
<el-col :span="24" class="menu">
|
|
@@ -31,6 +31,7 @@ import footinfo from '../../layout/index/foot.vue';
|
|
export default {
|
|
export default {
|
|
name: 'detail',
|
|
name: 'detail',
|
|
props: {
|
|
props: {
|
|
|
|
+ topInfos:null,
|
|
topInfo:null,
|
|
topInfo:null,
|
|
contentList:null,
|
|
contentList:null,
|
|
},
|
|
},
|