chat-item-head.wxml 250 B

123456
  1. <template name="chat-item-head">
  2. <view class="chat-item-head-super-style">
  3. <image class="chat-head-style" src="{{headUrl}}" />
  4. <text wx:if="{{count>0}}" class="unread-style">{{count<=99?count:'99+'}}</text>
  5. </view>
  6. </template>