ezuikit-js 0.6.6 → 0.7.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.
- package/ezuikit.js +1 -2
- package/package.json +1 -1
package/ezuikit.js
CHANGED
|
@@ -32829,8 +32829,7 @@ var EZUIKitPlayer = /*#__PURE__*/function () {
|
|
|
32829
32829
|
}
|
|
32830
32830
|
console.log("切换播放地址 参数 ", changePlayUrlParams);
|
|
32831
32831
|
return _this8.play(changePlayUrlParams).then(function () {
|
|
32832
|
-
console.log("切换播放地址 play 执行成功 ", url);
|
|
32833
|
-
_this8.url = url;
|
|
32832
|
+
console.log("切换播放地址 play 执行成功 ", _this8.url, _this8.accessToken);
|
|
32834
32833
|
// 当前处于网页全屏状态
|
|
32835
32834
|
if (_this8.Theme && _this8.Theme.decoderState.state.webExpend) {
|
|
32836
32835
|
_this8.Theme.webExpend();
|