王士厅

多图类型稿件详情页-已关注号主无法取消关注

... ... @@ -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))
... ...