ucservice 2.5.1 → 2.5.3

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.
@@ -14344,7 +14344,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14344
14344
  $(this).attr('title', '视频画面铺满');
14345
14345
  }
14346
14346
 
14347
- this.videoRotateSize($(this).parent().parent(), $(this).parent().find('button[name=rotateVideo]').attr('rotate-index'));
14347
+ me.videoRotateSize($(this).parent().parent()[0], $(this).parent().find('button[name=rotateVideo]').attr('rotate-index'));
14348
14348
  $(this).toggleClass("bggray"); //jquery方式阻止默认事件 & 冒泡事件
14349
14349
 
14350
14350
  return false;
@@ -14360,7 +14360,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14360
14360
  $(this).attr('title', '全屏');
14361
14361
  }
14362
14362
 
14363
- this.videoRotateSize($(this).parent().parent(), $(this).parent().find('button[name=rotateVideo]').attr('rotate-index')); //jquery方式阻止默认事件 & 冒泡事件
14363
+ me.videoRotateSize($(this).parent().parent()[0], $(this).parent().find('button[name=rotateVideo]').attr('rotate-index')); //jquery方式阻止默认事件 & 冒泡事件
14364
14364
  // return false;
14365
14365
  }); //接收音频事件
14366
14366
 
Binary file