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.
@@ -13557,8 +13557,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13557
13557
  let tel = item.video;
13558
13558
 
13559
13559
  if (!tel && item.id) {
13560
- videoLi[index].querySelector('video').style = '';
13561
- if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13560
+ if (videoLi[index]) {
13561
+ videoLi[index].querySelector('video').style = '';
13562
+ if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13563
+ }
13562
13564
  }
13563
13565
  });
13564
13566
  } //设置旋转视频的样式
Binary file