王士厅

fix: 图集详情页关注按钮增加未登录展示逻辑

... ... @@ -589,6 +589,8 @@ export struct MultiPictureDetailPageComponent {
if (user_id) {
this.getInteractBrowsOperate()
this.getBatchAttentionStatus()
} else {
this.isShowButton = true
}
})
.catch((err: Error) => {
... ...