Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
王士厅
2024-09-24 17:24:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
619f9d338366f98ad6552f1bf8f68921ed18a5e8
619f9d33
1 parent
e0649496
fix: lottie版本回退到"v2.0.11-rc.6"解决沉浸式视频引导动画问题
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailPlayShortVideoPage.ets
sight_harmony/oh-package.json5
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailPlayShortVideoPage.ets
View file @
619f9d3
...
...
@@ -304,7 +304,7 @@ export struct DetailPlayShortVideoPage {
}
showCommentListChanged() {
console.log('DetailVideoListPage showCommentListChanged this.showCommentList', this.showCommentList)
//
console.log('DetailVideoListPage showCommentListChanged this.showCommentList', this.showCommentList)
if (this.showCommentList) {
this.playerWidth = px2vp(this.windowWidth)
// this.playerHeight = px2vp(this.windowWidth) / (16 / 9.0)
...
...
sight_harmony/oh-package.json5
View file @
619f9d3
...
...
@@ -11,7 +11,7 @@
"version"
:
"1.0.0"
,
"dependencies"
:
{
"@ohos/pulltorefresh"
:
"^2.0.6-rc.0"
,
"@ohos/lottie"
:
"
^v2.0.13
"
,
"@ohos/lottie"
:
"
v2.0.11-rc.6
"
,
"@ohos/imageknife"
:
"^2.1.2"
,
}
,
"dynamicDependencies"
:
{}
...
...
Please
register
or
login
to post a comment