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-28 19:40:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7dc5e93db352bb1d8a2091c147f1a0cb101f4789
7dc5e93d
1 parent
5cb0f2f3
直播详情页互动组件点赞组件点赞数据++
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveLikeComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveLikeComponent.ets
View file @
7dc5e93
...
...
@@ -164,7 +164,7 @@ export struct LiveLikeComponent {
this.LiveModel.getLiveRoomNumberLike(this.likeBean['contentId'], 1, HttpUtils.getDeviceId()).then((data) => {
console.log(TAG, '点赞接口调用成功', JSON.stringify(data))
this.likeCount
= data
this.likeCount
++
}).catch(() => {
})
...
...
Please
register
or
login
to post a comment