index.wxml 379 B

12345678910
  1. <view class="roominfo" bindtap="tapItem">
  2. <image src="{{g_cdn}}/images/{{info.statusVo==0?'btn_ing@2x':'btn_end@2x'}}.png" mode="aspectFit" />
  3. <view class="roomcon">
  4. <view class="icon">
  5. <image wx:for="{{info.avatarUrls}}" src="{{item}}" />
  6. </view>
  7. <text class="roomname">{{info.name}}</text>
  8. <text class="roomnum">{{info.count || 1}}</text>
  9. </view>
  10. </view>