no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 09fb16242a
commit 2b16d8f92e

@ -23,15 +23,18 @@
</view> </view>
</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="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=""> <view class="" style="position: relative;">
{{ agencyInfo.agencyName || agencyInfo.fullName || "-" }} {{ agencyInfo.agencyName || agencyInfo.fullName || "-" }}
</view> <view class="g_radius_50 g_text_c"
<view style="position: relative"> v-if="waitNus"
<i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i> style="position: absolute; right: -10px; top: -4px; color: #fff; background-color: #ff4400; font-size: 12px; min-width: 16px"
<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 }} {{ waitNus }}
</view> </view>
</view> </view>
<view style="position: relative;margin-left: 10px;" v-if="agencyInfo && agencyInfo.agencyName">
<i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i>
</view>
</view> </view>
</view> </view>
<view v-else @click="goPage" class="g_text_c g_pt_24 g_pb_24 g_c_f g_radius_8 g_bg_main g_ml_10 g_mr_10"> <view v-else @click="goPage" class="g_text_c g_pt_24 g_pb_24 g_c_f g_radius_8 g_bg_main g_ml_10 g_mr_10">

Loading…
Cancel
Save