ucservice 1.8.8 → 1.9.0

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.
@@ -13207,7 +13207,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13207
13207
 
13208
13208
  if (videoLi[index]) {
13209
13209
  if (!tel && item.id) {
13210
- videoLi[index].querySelector('video').style = '';
13210
+ // videoLi[index].querySelector('video').style = ''
13211
13211
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13212
13212
  } else {
13213
13213
  let rotateIndex = $(videoLi[index]).find('button[name=rotateVideo]').attr('rotate-index');
@@ -13246,7 +13246,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13246
13246
 
13247
13247
  if (videoLi[index]) {
13248
13248
  if (!tel && item.id) {
13249
- videoLi[index].querySelector('video').style = '';
13249
+ // videoLi[index].querySelector('video').style = ''
13250
13250
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13251
13251
  } else {
13252
13252
  let rotateIndex = $(videoLi[index]).find('button[name=rotateVideo]').attr('rotate-index');
@@ -13571,7 +13571,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13571
13571
 
13572
13572
  if (!tel && item.id) {
13573
13573
  if (videoLi[index]) {
13574
- videoLi[index].querySelector('video').style = '';
13574
+ console.log('===video内联样式清空===='); // videoLi[index].querySelector('video').style = ''
13575
+
13575
13576
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13576
13577
  }
13577
13578
  }
Binary file