Commit f7bb72b8 authored by 杨梦雪's avatar 杨梦雪

活动介绍

parent b614583b
...@@ -63,6 +63,7 @@ const routes = [ ...@@ -63,6 +63,7 @@ const routes = [
component: () => import('v/index/login/Index.vue'), component: () => import('v/index/login/Index.vue'),
children: [...indexLogin] children: [...indexLogin]
}, },
{ {
path: '/Info', path: '/Info',
name: 'Info', name: 'Info',
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</div> </div>
</div> </div>
<div class="active-list" v-if="activeList.length>0"> <div class="active-list" v-if="activeList.length>0"left-area>
<div class="active-list-item" v-for="(item, index) in activeList" :key="index" <div class="active-list-item" v-for="(item, index) in activeList" :key="index"
:style="{ :style="{
'-webkit-animation-delay': (index+1)*0.1+'s', '-webkit-animation-delay': (index+1)*0.1+'s',
......
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
window.removeEventListener("resize", this.onResize, true); window.removeEventListener("resize", this.onResize, true);
}, },
methods: { methods: {
ToSignUp(index) { ToSignUp(index) {
console.log(index, 'index') console.log(index, 'index')
this.campindex_type = index; this.campindex_type = index;
......
This diff is collapsed.
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