ucservice 2.5.4 → 2.5.6

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,9 @@ 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');
14184
+ let liWidth = li.offsetWidth;
14185
+ let liHeight = li.offsetHeight;
14183
14186
  let isScale = video.classList.contains('scale-scene');
14184
14187
 
14185
14188
  if (isScale) {
@@ -14192,13 +14195,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14192
14195
  }
14193
14196
  }
14194
14197
 
14195
- let video = li.querySelector('video');
14196
14198
  let videoWidth = video.videoWidth;
14197
14199
  let videoHeight = video.videoHeight;
14198
14200
  let vWidth = video.offsetWidth;
14199
14201
  let vHeight = video.offsetHeight;
14200
- let liWidth = li.offsetWidth;
14201
- let liHeight = li.offsetHeight;
14202
14202
 
14203
14203
  if (rotateIndex == 0) {
14204
14204
  //0
Binary file