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.
- package/dist/ucservice.common.js +2 -2
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +2 -2
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|