no message

cyl/master
jscyl13849007907 1 week ago
parent 03db49921a
commit 6e2f3013e4

@ -14,6 +14,17 @@
<div v-if="item.waitcount" style="position: absolute; right: -6px; top: -6px; background-color: #f5222d; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; font-size: 12px; color: #fff"> <div v-if="item.waitcount" style="position: absolute; right: -6px; top: -6px; background-color: #f5222d; width: 20px; height: 20px; border-radius: 50%; text-align: center; line-height: 20px; font-size: 12px; color: #fff">
{{ item.waitcount > 99 ? "99+" : item.waitcount }} {{ item.waitcount > 99 ? "99+" : item.waitcount }}
</div> </div>
<div style="position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 36px;height: 18px;border-radius: 4px;color: #ffffff;line-height: 18px;"
:style="{
'backgroundColor':index == 0 ? '#0091FF' : '#6ED400'
}"
v-if="index == 0 || index == 1"
class="g_flex_row_center"
>
<div style="font-size: 12px;zoom: 0.9;text-align: center;">
{{index == 0 ? '上游' : '下游'}}
</div>
</div>
</div> </div>
<div class="bottom-line g_flex_column_center g_flex_1" style="padding-left: 10px"> <div class="bottom-line g_flex_column_center g_flex_1" style="padding-left: 10px">
<div class="g_fs_17 g_flex_row_between" v-if="item.userinfo && item.userinfo[0].name"> <div class="g_fs_17 g_flex_row_between" v-if="item.userinfo && item.userinfo[0].name">

Loading…
Cancel
Save