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
yangsunyue_wd
2024-01-29 11:12:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
494b9d9d2d43608578c3ee87e9fd3fe58b8bf931
494b9d9d
1 parent
fd100d24
冲突调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
PeopleDaily_Harmony/wdComponent/src/main/ets/components/CompParser.ets
PeopleDaily_Harmony/wdComponent/src/main/ets/components/CompParser.ets
View file @
494b9d9
...
...
@@ -24,12 +24,6 @@ export struct CompParser {
componentBuilder(compDTO: CompDTO, compIndex: number) {
if (compDTO.compStyle === CompStyle.Label_03) {
LabelComponent({ compDTO: compDTO })
} else if (compIndex == 0) {
HorizontalStrokeCardThreeTwoRadioForOneComponent({ compDTO: compDTO })
} else if (compIndex == 1) {
HorizontalStrokeCardThreeTwoRadioForTwoComponent({ compDTO: compDTO })
} else if (compIndex == 2) {
HorizontalStrokeCardThreeTwoRadioForMoreComponent({ compDTO: compDTO })
} else if (compDTO.compStyle === CompStyle.Title_Abbr_01) {
TitleAbbrComponent({ compDTO: compDTO })
} else if (compDTO.compStyle === CompStyle.Title_All_01) {
...
...
Please
register
or
login
to post a comment