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
wangliang_wd
2024-05-28 10:01:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
761b92444e181251773ff012477528049b6a3a70
761b9244
1 parent
ee6bcf52
feat:增加早晚报缺省图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/SingleColumn999Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/MorningEveningPaper/SingleColumn999Component.ets
View file @
761b924
...
...
@@ -3,7 +3,7 @@ import { CompList, ContentDTO, InteractDataDTO} from 'wdBean';
import { BreakpointConstants } from 'wdConstant';
import { Logger } from 'wdKit';
import { PaperSingleColumn999CardView } from '../page/CardView';
import { EmptyComponent } from '../view/EmptyComponent';
import { EmptyComponent
,WDViewDefaultType
} from '../view/EmptyComponent';
const TAG = 'SingleColumn999Component';
...
...
@@ -153,9 +153,8 @@ export struct SingleColumn999Component {
})
} else {
if (this.compListItem && this.compListItem?.operDataList) {
EmptyComponent({
emptyHeight: 200
})
EmptyComponent({
emptyType:WDViewDefaultType.WDViewDefaultType_NoListContent
})
}
}
}
...
...
Please
register
or
login
to post a comment