|  | @@ -102,13 +102,13 @@
 | 
	
		
			
				|  |  |      <script>
 | 
	
		
			
				|  |  |          var player = TCPlayer('player-container-id', {
 | 
	
		
			
				|  |  |              sources: [{
 | 
	
		
			
				|  |  | -                src: '{{ theme_asset('mobile/0e93030f7d1d74f6d738bbbd4511e2a6.mp4') }}?v=1', // 播放地址
 | 
	
		
			
				|  |  | +                src: '{{ theme_asset('mobile/021622e9b328fade2c7a0f394440fe38.mp4') }}?v=1', // 播放地址
 | 
	
		
			
				|  |  |              }],
 | 
	
		
			
				|  |  |              autoplay: true,
 | 
	
		
			
				|  |  |              licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1251164517_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
 | 
	
		
			
				|  |  |              posterImage: true,
 | 
	
		
			
				|  |  |              bigPlayButton: true,
 | 
	
		
			
				|  |  | -            poster: "{{ theme_asset('mobile/images/health_thumb.png') }}",
 | 
	
		
			
				|  |  | +            poster: "{{ theme_asset('mobile/images/health_thumb.jpg') }}",
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          //    初始化SWiper
 | 
	
		
			
				|  |  |          // var mySwiper = new Swiper('.swiper-container',{
 |