|
@@ -272,8 +272,8 @@
|
|
|
<el-col :span="24" class="two">
|
|
|
<el-col :span="12" class="twoList" v-for="(item, index) in expertList" :key="index">
|
|
|
<el-col :span="4" class="image">
|
|
|
- <el-image :src="item.expertimage" style="width:92px;height: 92px;" v-if="item.expertimage != ''"></el-image>
|
|
|
- <el-image :src="expertimage" style="width:92px;height: 92px;" v-else></el-image>
|
|
|
+ <el-image :src="item.expertimage" style="width:70px;height: 70px;border: 1px solid #f1f1f1;" v-if="item.expertimage != ''"></el-image>
|
|
|
+ <el-image :src="expertimage" style="width:70px;height: 70px;border: 1px solid #f1f1f1;" v-else></el-image>
|
|
|
</el-col>
|
|
|
<el-col :span="20" class="info">
|
|
|
<el-col :span="16" class="name textOver">
|
|
@@ -288,15 +288,15 @@
|
|
|
>对接</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="txt textOver"> 毕业院校:{{ item.school || '暂无' }} </el-col>
|
|
|
- <el-col :span="12" class="txt textOver"> 最高学历:{{ item.education || '暂无' }} </el-col>
|
|
|
- <el-col :span="12" class="txt textOver"> QQ/微信:{{ item.qqwx || '暂无' }} </el-col>
|
|
|
- <el-col :span="12" class="txt textOver"> 电子邮箱:{{ item.email || '暂无' }} </el-col>
|
|
|
+ <el-col :span="24" class="txt textOver"> {{ item.zwzc || '暂无' }} </el-col>
|
|
|
+ <el-col :span="24" class="txt textOver"> {{ item.company || '暂无' }} </el-col>
|
|
|
+ <!-- <el-col :span="12" class="txt textOver"> QQ/微信:{{ item.qqwx || '暂无' }} </el-col>
|
|
|
+ <el-col :span="12" class="txt textOver"> 电子邮箱:{{ item.email || '暂无' }} </el-col> -->
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="onmore">
|
|
|
<el-button
|
|
|
- v-if="expertList.length >= 6"
|
|
|
+ v-if="expertList.length >= 8"
|
|
|
type="primary"
|
|
|
size="mini"
|
|
|
@click="$router.push({ path: '/hall/productList/expertList', query: { dockid: dock_id, user_id: user_id } })"
|
|
@@ -537,7 +537,7 @@ export default {
|
|
|
var fuwuData = czxmNew.filter(item => item.type === '2');
|
|
|
this.$set(this, `serviceList`, fuwuData);
|
|
|
// 找专家
|
|
|
- let exportdata = await this.expertQuery({ role: 6, limit: '6' });
|
|
|
+ let exportdata = await this.expertQuery({ role: 6, limit: 8 });
|
|
|
if (this.$checkRes(exportdata)) this.$set(this, `expertList`, exportdata.data);
|
|
|
// 查询特邀嘉宾
|
|
|
let arr = await this.expertQuery({ role: 6 });
|
|
@@ -1085,9 +1085,9 @@ export default {
|
|
|
height: 466px;
|
|
|
overflow: hidden;
|
|
|
.twoList {
|
|
|
- box-shadow: 0 0 3px red;
|
|
|
+ box-shadow: 0 0 3px #cccccc;
|
|
|
margin-bottom: 10px;
|
|
|
- padding: 15px 5px;
|
|
|
+ padding: 10px 5px;
|
|
|
.image {
|
|
|
border-radius: 90px;
|
|
|
.el-image {
|
|
@@ -1100,7 +1100,7 @@ export default {
|
|
|
}
|
|
|
.txt {
|
|
|
font-size: 16px;
|
|
|
- padding: 5px 0;
|
|
|
+ // padding: 5px 0;
|
|
|
}
|
|
|
}
|
|
|
}
|