ucservice 1.5.9 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13548,8 +13548,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13548
13548
  let tel = item.video;
13549
13549
 
13550
13550
  if (!tel && item.id) {
13551
- videoLi[index].querySelector('video').style = '';
13552
- if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13551
+ if (videoLi[index]) {
13552
+ videoLi[index].querySelector('video').style = '';
13553
+ if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13554
+ }
13553
13555
  }
13554
13556
  });
13555
13557
  } //设置旋转视频的样式
Binary file