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
yangsunyue1_wd
2024-07-01 15:31:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7322e1dd061bd5d1d5a7612412208126e7a087f8
7322e1dd
1 parent
7c9c96ea
feat:评论区点击游客头像,不应toast提示:“暂时无法查看该创作者主页”问题修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/viewmodel/CommentViewModel.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/viewmodel/CommentViewModel.ets
View file @
7322e1d
...
...
@@ -496,7 +496,7 @@ class CommentViewModel {
}
HttpBizUtil.post<ResponseDTO<MasterDetailRes>>(url, item).then((result) => {
if (!result.data || result.data.mainControl != 1) {
ToastUtils.longToast("暂时无法查看该创作者主页")
//
ToastUtils.longToast("暂时无法查看该创作者主页")
return
}
...
...
Please
register
or
login
to post a comment