Commit e1a1f6cc authored by anxixi's avatar anxixi

pc搜索等新功能及优化

parent 022b43fa
......@@ -10,7 +10,7 @@
<div @click="userClick = false" class="event_l"></div>
<div class="event_r" :class="userClick?'event_rshow':''">
<img @click="userClick = false" src="../../assets/img/pull.png" :style="userClick?'':'display: none;'">
<div class="gendisplay event_title">
<div class="gendisplay event_title" v-if="userClick">
<div>
<span @click="titleHover = 0" :class="titleHover == 0?'title_hover':''">交换名片</span>
</div>
......@@ -41,6 +41,8 @@
import api from './api/api';
import userlist from "./userlist";
import newslist from "./newslist";
import $ from 'jquery';//非必要
export default {
name: "live",
beforeDestroy() { // 在组件生命周期结束的时候销毁。
......
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