no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent 780478dce7
commit 522502abed

@ -61,7 +61,7 @@
<view class="g_flex_row_start_none"> <view class="g_flex_row_start_none">
<view class="g_flex_column_center"> <view class="g_flex_column_center">
<div class="g_fs_17 g_c_0 g_flex_none g_ell_1" style="max-width:calc(100vw - 158px);"> <div class="g_fs_17 g_c_0 g_flex_none g_ell_1" style="max-width:calc(100vw - 158px);">
{{ item.agencyName }} {{ item.fullName || item.agencyName }}
</div> </div>
</view> </view>
<!-- <view class="g_ml_6 g_text_c g_flex_1"> <!-- <view class="g_ml_6 g_text_c g_flex_1">

@ -7,7 +7,7 @@
<img :src="info.avatar || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;"> <img :src="info.avatar || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;">
</div> </div>
<div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;"> <div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;">
<div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.agencyName }}</div> <div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.fullName || info.agencyName }}</div>
<div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div> <div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div>
</div> </div>
</div> </div>

@ -7,7 +7,7 @@
<img :src="info.logo || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;"> <img :src="info.logo || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;">
</div> </div>
<div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;"> <div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;">
<div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.agencyName }}</div> <div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.fullName || info.agencyName }}</div>
<div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div> <div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div>
</div> </div>
</div> </div>

@ -7,7 +7,7 @@
<img :src="info.avatar || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;"> <img :src="info.avatar || 'https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/default.svg'" alt="" style="width: 64px;height: 64px;border-radius: 50%;">
</div> </div>
<div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;"> <div class="g_flex_1" style="padding: 8px 0;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-right: 12px;height: 72.5px;">
<div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.agencyName }}</div> <div style="color: #000;font-size: 17px;margin-bottom: 8px;" class="g_ell_1">{{ info.fullName ? info.fullName : info.agencyName }}</div>
<div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div> <div style="color: #999;font-size: 14px;" class="g_ell_1">{{ info.nickName }}</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save