Commit 4932de24 authored by 黄媛媛's avatar 黄媛媛

1111

parent f91ebf9c
......@@ -113,7 +113,7 @@
</div>
</div>
</div>
<div class="event">
<div class="event" @click="goBirth('newfestivalEvent')">
<img src="../../assets/img/event/jieri.png" />
<div class="content">
<div class="ti">节日事件</div>
......
......@@ -17,6 +17,7 @@
.newline .imgCol .imgItem img{
width: 100%;
max-height: 100%;
min-height: 100%;
}
.newline .labelImg{
......@@ -659,7 +660,6 @@ export default {
$this.getList()
})
this.MsgBus.$on('editScene', function (){
console.log(1)
$this.GetSceneEmployeeList()
})
},beforeDestroy() {
......@@ -774,7 +774,6 @@ export default {
if (res.data.resultCode == 1) {
this.ImgList = res.data.data.pageData;
this.total2 = res.data.data.count;
console.log("this.ImgList",this.ImgList)
}
})
},
......
......@@ -21,6 +21,7 @@
.newline .imgCol .imgItem img{
width: 100%;
max-height: 100%;
min-height: 100%;
}
.newline .labelImg{
......
......@@ -250,6 +250,14 @@ export default new Router({
title: "新系列推广事件"
}
},
{
path: "/newfestivalEvent",
name: "newfestivalEvent",
component: ()=>import('./components/sellevent/newfestival.vue'),
meta: {
title: "节日事件"
}
},
{
......
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