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