concat.wxml 388 B

123456789101112
  1. <view class="plv-mp-video-player-box {{ allowContact ? '' : 'plv-mp-video-player-hide' }}">
  2. <concat-player
  3. class="plv-mp-concat-player"
  4. wx:if="{{ allowContact }}"
  5. getChatInstance="{{ getChatInstance }}"
  6. initEvent="{{ initEvent }}"
  7. camera="{{ camera }}"
  8. aspect="{{ aspect }}"
  9. bindleave="leave"
  10. ref="contact"
  11. skin="{{ skin }}"></concat-player>
  12. </view>