|
|
|
|
@ -23,21 +23,14 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_row_start flex_center g_mt_26 g_fs_16 g_c_8" hover-class="thover" @click="goPage('/root/person/info?active=1')">
|
|
|
|
|
<view class="" style="position: relative;">
|
|
|
|
|
<view class="">
|
|
|
|
|
{{ agencyInfo.agencyName || agencyInfo.fullName || "-" }}
|
|
|
|
|
<view class="g_radius_50 g_text_c"
|
|
|
|
|
v-if="waitNus"
|
|
|
|
|
style="position: absolute; right: -10px; top: -4px; color: #fff; background-color: #ff4400; font-size: 12px; width: 16px;height: 17px;"
|
|
|
|
|
>
|
|
|
|
|
{{ waitNus }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="position: relative;margin-left: 10px;" v-if="agencyInfo && agencyInfo.agencyName"
|
|
|
|
|
:style="{
|
|
|
|
|
'marginLeft':waitNus ? '10px' : '0'
|
|
|
|
|
}"
|
|
|
|
|
>
|
|
|
|
|
<view style="position: relative">
|
|
|
|
|
<i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i>
|
|
|
|
|
<view class="g_radius_50 g_text_c" style="position: absolute; right: -20px; top: 0; color: #fff; background-color: #ff4400; font-size: 12px; min-width: 16px" v-if="waitNus">
|
|
|
|
|
{{ waitNus }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|