ucservice 2.5.1 → 2.5.2

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.
@@ -14353,7 +14353,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14353
14353
  $(this).attr('title', '视频画面铺满');
14354
14354
  }
14355
14355
 
14356
- this.videoRotateSize($(this).parent().parent(), $(this).parent().find('button[name=rotateVideo]').attr('rotate-index'));
14356
+ me.videoRotateSize($(this).parent().parent(), $(this).parent().find('button[name=rotateVideo]').attr('rotate-index'));
14357
14357
  $(this).toggleClass("bggray"); //jquery方式阻止默认事件 & 冒泡事件
14358
14358
 
14359
14359
  return false;
@@ -14369,7 +14369,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
14369
14369
  $(this).attr('title', '全屏');
14370
14370
  }
14371
14371
 
14372
- this.videoRotateSize($(this).parent().parent(), $(this).parent().find('button[name=rotateVideo]').attr('rotate-index')); //jquery方式阻止默认事件 & 冒泡事件
14372
+ me.videoRotateSize($(this).parent().parent(), $(this).parent().find('button[name=rotateVideo]').attr('rotate-index')); //jquery方式阻止默认事件 & 冒泡事件
14373
14373
  // return false;
14374
14374
  }); //接收音频事件
14375
14375
 
Binary file