Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -304,7 +304,7 @@ export struct DetailPlayShortVideoPage { | @@ -304,7 +304,7 @@ export struct DetailPlayShortVideoPage { | ||
| 304 | } | 304 | } |
| 305 | 305 | ||
| 306 | showCommentListChanged() { | 306 | showCommentListChanged() { |
| 307 | - console.log('DetailVideoListPage showCommentListChanged this.showCommentList', this.showCommentList) | 307 | + // console.log('DetailVideoListPage showCommentListChanged this.showCommentList', this.showCommentList) |
| 308 | if (this.showCommentList) { | 308 | if (this.showCommentList) { |
| 309 | this.playerWidth = px2vp(this.windowWidth) | 309 | this.playerWidth = px2vp(this.windowWidth) |
| 310 | // this.playerHeight = px2vp(this.windowWidth) / (16 / 9.0) | 310 | // this.playerHeight = px2vp(this.windowWidth) / (16 / 9.0) |
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | "version": "1.0.0", | 11 | "version": "1.0.0", |
| 12 | "dependencies": { | 12 | "dependencies": { |
| 13 | "@ohos/pulltorefresh": "^2.0.6-rc.0", | 13 | "@ohos/pulltorefresh": "^2.0.6-rc.0", |
| 14 | - "@ohos/lottie": "^v2.0.13", | 14 | + "@ohos/lottie": "v2.0.11-rc.6", |
| 15 | "@ohos/imageknife": "^2.1.2", | 15 | "@ohos/imageknife": "^2.1.2", |
| 16 | }, | 16 | }, |
| 17 | "dynamicDependencies": {} | 17 | "dynamicDependencies": {} |
-
Please register or login to post a comment