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-05-16 17:52:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6a461effa296f19fd29ed22bba6440817a17aa0
b6a461ef
1 parent
195ea43c
feat(报错):报错处理
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabChatItemComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabLiveItemComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabChatItemComponent.ets
View file @
b6a461e
...
...
@@ -71,7 +71,9 @@ export struct TabChatItemComponent {
width: 0,
height: 0,
picPath: imgUrl,
picDesc: ''
picDesc: '',
itemType:2,
id:0
})
let taskAction: Action = {
type: 'JUMP_DETAIL_PAGE',
...
...
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/TabLiveItemComponent.ets
View file @
b6a461e
...
...
@@ -194,7 +194,9 @@ export struct TabLiveItemComponent {
width: 0,
height: 0,
picPath: item,
picDesc: ''
picDesc: '',
itemType:2,
id:0
})
}
let taskAction: Action = {
...
...
Please
register
or
login
to post a comment