no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 2b16d8f92e
commit 68411ef15f

@ -27,12 +27,16 @@
{{ agencyInfo.agencyName || agencyInfo.fullName || "-" }} {{ agencyInfo.agencyName || agencyInfo.fullName || "-" }}
<view class="g_radius_50 g_text_c" <view class="g_radius_50 g_text_c"
v-if="waitNus" v-if="waitNus"
style="position: absolute; right: -10px; top: -4px; color: #fff; background-color: #ff4400; font-size: 12px; min-width: 16px" style="position: absolute; right: -10px; top: -4px; color: #fff; background-color: #ff4400; font-size: 12px; width: 16px;height: 17px;"
> >
{{ waitNus }} {{ waitNus }}
</view> </view>
</view> </view>
<view style="position: relative;margin-left: 10px;" v-if="agencyInfo && agencyInfo.agencyName"> <view style="position: relative;margin-left: 10px;" v-if="agencyInfo && agencyInfo.agencyName"
:style="{
'marginLeft':waitNus ? '10px' : '0'
}"
>
<i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i> <i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i>
</view> </view>
</view> </view>

Loading…
Cancel
Save