ucservice 2.5.4 → 2.5.5

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.
@@ -14171,6 +14171,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14171
14171
 
14172
14172
  videoRotateSize(li, rotateIndex) {
14173
14173
  if (!li) return;
14174
+ let video = li.querySelector('video');
14174
14175
  let isScale = video.classList.contains('scale-scene');
14175
14176
 
14176
14177
  if (isScale) {
@@ -14183,7 +14184,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14183
14184
  }
14184
14185
  }
14185
14186
 
14186
- let video = li.querySelector('video');
14187
14187
  let videoWidth = video.videoWidth;
14188
14188
  let videoHeight = video.videoHeight;
14189
14189
  let vWidth = video.offsetWidth;
Binary file