ucservice 1.8.8 → 1.8.9

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.
@@ -13216,7 +13216,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13216
13216
 
13217
13217
  if (videoLi[index]) {
13218
13218
  if (!tel && item.id) {
13219
- videoLi[index].querySelector('video').style = '';
13219
+ // videoLi[index].querySelector('video').style = ''
13220
13220
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13221
13221
  } else {
13222
13222
  let rotateIndex = $(videoLi[index]).find('button[name=rotateVideo]').attr('rotate-index');
@@ -13255,7 +13255,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13255
13255
 
13256
13256
  if (videoLi[index]) {
13257
13257
  if (!tel && item.id) {
13258
- videoLi[index].querySelector('video').style = '';
13258
+ // videoLi[index].querySelector('video').style = ''
13259
13259
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13260
13260
  } else {
13261
13261
  let rotateIndex = $(videoLi[index]).find('button[name=rotateVideo]').attr('rotate-index');
@@ -13580,6 +13580,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13580
13580
 
13581
13581
  if (!tel && item.id) {
13582
13582
  if (videoLi[index]) {
13583
+ console.log('===video内联样式清空====');
13583
13584
  videoLi[index].querySelector('video').style = '';
13584
13585
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13585
13586
  }
Binary file