chat-item-head.wxml 292 B

1234567891011
  1. <!-- 接收消息 提示小红点 -->
  2. <template name="chat-item-head">
  3. <view class="chat-item-head-super-style">
  4. <image class="chat-head-style" src="{{headUrl}}" />
  5. <text wx:if="{{count>0}}" class="unread-style">{{count<=99?count:'99+'}}</text>
  6. </view>
  7. </template>