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.
@@ -14180,6 +14180,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14180
14180
 
14181
14181
  videoRotateSize(li, rotateIndex) {
14182
14182
  if (!li) return;
14183
+ let video = li.querySelector('video');
14183
14184
  let isScale = video.classList.contains('scale-scene');
14184
14185
 
14185
14186
  if (isScale) {
@@ -14192,7 +14193,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14192
14193
  }
14193
14194
  }
14194
14195
 
14195
- let video = li.querySelector('video');
14196
14196
  let videoWidth = video.videoWidth;
14197
14197
  let videoHeight = video.videoHeight;
14198
14198
  let vWidth = video.offsetWidth;
Binary file