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
zhenghy
2024-05-21 21:56:10 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e164b13c70c964458b207e1a4b9c0441317ae61e
e164b13c
2 parents
edce7f9f
82a61b32
Merge remote-tracking branch 'origin/main'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MultiPictureDetailPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/MultiPictureDetailPageComponent.ets
View file @
e164b13
...
...
@@ -221,6 +221,9 @@ export struct MultiPictureDetailPageComponent {
.backgroundColor('#333333')
.width(54)
.height(24)
.onClick(() => {
this.handleAccention()
})
}
}
...
...
@@ -279,7 +282,6 @@ export struct MultiPictureDetailPageComponent {
.height('100%')
.vertical(false)
.autoPlay(false)
.cachedCount(3)
.indicator(false)
.displayCount(1)
.loop(false)
...
...
@@ -552,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