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
zhenghy
2024-05-24 18:25:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
abc41cd40802569558a12b663c6565d8bc5bff93
abc41cd4
1 parent
719e4910
退出全屏
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/QualityCommentsPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/QualityCommentsPage.ets
View file @
abc41cd
import { WindowModel } from 'wdKit/Index';
import { QualityCommentsComponent } from '../comment/view/QualityCommentsComponent';
@Entry
@Component
struct QualityCommentsPage {
onPageShow(): void {
WindowModel.shared.setWindowLayoutFullScreen(true)
}
onPageHide(): void {
WindowModel.shared.setWindowLayoutFullScreen(false)
}
build() {
Column(){
Column()
{
QualityCommentsComponent();
}
...
...
Please
register
or
login
to post a comment