所有分类 / 模型 / 舞美/会议

0 ) { $.ajax({ type: 'post', url: '/works/index-out-init.html', data: {scrfCode: scrfCode, arrFileMd5: JSON.stringify(video), action: 'model-GetVideoAll'}, success: function ( msg ) { msg = eval('(' + msg + ')'); if ( typeof msg.error == 'undefined' ) { try{ var videoData = msg.listVideo; var len = videoData.length; for ( var i = 0; i < len; i++ ) { $('#listModel').find('.position-relative[data-Video="'+ videoData[i].md5 +'"]').attr('video-url', videoData[i].videoHls); $('#listModel').find('.position-relative[data-Video="'+ videoData[i].md5 +'"]').attr('data-status', videoData[i].status); } }catch( e ) {} } } }); }