<view wx:for="{{deviceList}}" wx:key="id">
<ezplayer id="{{item.classId}}" muted="{{true}}" autoplay="{{true}}" width="350" accessToken="{{item.token}}" url="{{item.url}}" recPlayTime="" watermark="" bind:handleError="handleError"></ezplayer>
</view>