danmu.wxml 337 B

1234567891011
  1. <cover-view class="plv-danmu-content">
  2. <block wx:for="{{ barrageList }}" wx:key="unique">
  3. <cover-view
  4. data-index="{{ index }}"
  5. style="color:{{item.color}};left:{{item.left}}px;top:{{item.top}}px; "
  6. class="plv-danmu-item"
  7. animation="{{ animationList[index] }}"
  8. >{{item.text}}
  9. </cover-view>
  10. </block>
  11. </cover-view>