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-08-22 15:05:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df1aca65ae9b81665edcf80d757489b00f53fd99
df1aca65
1 parent
984cc30b
fix: 图集详情页关注按钮增加未登录展示逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/products/phone/src/main/ets/pages/view/MultiPictureDetailPageComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/MultiPictureDetailPageComponent.ets
View file @
df1aca6
...
...
@@ -589,6 +589,8 @@ export struct MultiPictureDetailPageComponent {
if (user_id) {
this.getInteractBrowsOperate()
this.getBatchAttentionStatus()
} else {
this.isShowButton = true
}
})
.catch((err: Error) => {
...
...
Please
register
or
login
to post a comment