ucservice 1.5.7 → 1.5.8

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.
@@ -13549,7 +13549,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13549
13549
 
13550
13550
  if (!tel && item.id) {
13551
13551
  videoLi[index].querySelector('video').style = '';
13552
- videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13552
+ if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13553
13553
  }
13554
13554
  });
13555
13555
  } //设置旋转视频的样式
Binary file