Commit 860794ee authored by wuwangwolihui's avatar wuwangwolihui

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/index/camp/Index.vue
parents 50bf3782 d9bd5aac
...@@ -17,14 +17,14 @@ ...@@ -17,14 +17,14 @@
:class="{ active: campindex_type === index }" :class="{ active: campindex_type === index }"
@click="ToSignUp(index)" @click="ToSignUp(index)"
> >
<img :src="item.image"/> <img :src="item.image" />
{{ item.desc }} {{ item.desc }}
</li> </li>
</ul> </ul>
</div> </div>
<div class="camp_right" ref="rightBox"> <div class="camp_right" ref="rightBox">
<router-view/> <router-view />
</div> </div>
</div> </div>
</div> </div>
......
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