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-05-11 15:17:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7ef365373233862cdae34a7632b2fda6d6abb1a7
7ef36537
1 parent
506f29b6
fix: 预约debug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/viewmodel/LiveModel.ets
sight_harmony/features/wdComponent/src/main/ets/viewmodel/LiveModel.ets
View file @
7ef3653
...
...
@@ -71,7 +71,7 @@ export class LiveModel {
return
}
success(data)
Logger.info('
getAppointmentStatus
', JSON.stringify(data))
Logger.info('
liveAppointment
', JSON.stringify(data))
}, (error: Error) => {
fail(error.message)
Logger.debug(TAG + ":error ", JSON.stringify(error))
...
...
Please
register
or
login
to post a comment