|
@@ -1,12 +1,12 @@
|
|
<template>
|
|
<template>
|
|
<view v-if="list.length > 0">
|
|
<view v-if="list.length > 0">
|
|
- <view v-for="(item, index) in list" :key="index" class="list-item defaultBgc default-border">
|
|
|
|
|
|
+ <view v-for="(item, index) in list" :key="index" class="list-item list-item-bgc default-border">
|
|
<view class="sub-li-bottom" @click.stop="jumpToEnterpriseDetail(item.enterprise?.id)">
|
|
<view class="sub-li-bottom" @click.stop="jumpToEnterpriseDetail(item.enterprise?.id)">
|
|
<view class="avatarBox">
|
|
<view class="avatarBox">
|
|
<image class="enterAvatar" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
|
|
<image class="enterAvatar" :src="item.enterprise?.logoUrl || 'https://minio.citupro.com/dev/menduner/company-avatar.png'"></image>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view>
|
|
- <span class="ss-m-x-20 color-66 MiSans-Medium" style="font-weight: bold;">{{ item.contact?.name || ' -- ' }}</span>
|
|
|
|
|
|
+ <span class="ss-m-x-20 color-666 MiSans-Medium">{{ item.contact?.name || ' -- ' }}</span>
|
|
<span class="MiSans-Normal ss-m-r-10">{{ item.contact?.postNameCn }}</span>
|
|
<span class="MiSans-Normal ss-m-r-10">{{ item.contact?.postNameCn }}</span>
|
|
<span class="ss-m-r-10 MiSans-Normal">{{ item.invitePhone }}</span>
|
|
<span class="ss-m-r-10 MiSans-Normal">{{ item.invitePhone }}</span>
|
|
</view>
|
|
</view>
|