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-21 20:35:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
82a61b327b7f0c7cdcf02e8450b961d9743bbf11
82a61b32
1 parent
d6fb485f
多图类型稿件详情页-已关注号主无法取消关注
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MultiPictureDetailPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/MultiPictureDetailPageComponent.ets
View file @
82a61b3
...
...
@@ -221,6 +221,9 @@ export struct MultiPictureDetailPageComponent {
.backgroundColor('#333333')
.width(54)
.height(24)
.onClick(() => {
this.handleAccention()
})
}
}
...
...
@@ -551,7 +554,7 @@ export struct MultiPictureDetailPageComponent {
attentionCreatorId: this.contentDetailData?.rmhInfo?.rmhId || '', // 被关注用户号主id
// userType: 1,
// userId: '1',
status: 1,
status:
this.followStatus == '1' ? 0 :
1,
}
PageRepository.postInteractAccentionOperate(params).then(res => {
console.log(TAG, '关注号主==', JSON.stringify(res.data))
...
...
Please
register
or
login
to post a comment