Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -41,7 +41,7 @@ export struct CardParser { | @@ -41,7 +41,7 @@ export struct CardParser { | ||
| 41 | } else if (contentDTO.appStyle === CompStyle.Card_10) { | 41 | } else if (contentDTO.appStyle === CompStyle.Card_10) { |
| 42 | Card10Component({ contentDTO }) | 42 | Card10Component({ contentDTO }) |
| 43 | } else if (contentDTO.appStyle === CompStyle.Card_15) { | 43 | } else if (contentDTO.appStyle === CompStyle.Card_15) { |
| 44 | - Card15Component({ contentDTO }) | 44 | + // Card15Component({ contentDTO }) |
| 45 | } else if (contentDTO.appStyle === CompStyle.Card_11) { | 45 | } else if (contentDTO.appStyle === CompStyle.Card_11) { |
| 46 | Card11Component({ contentDTO }) | 46 | Card11Component({ contentDTO }) |
| 47 | } else if (contentDTO.appStyle === CompStyle.Card_17) { | 47 | } else if (contentDTO.appStyle === CompStyle.Card_17) { |
| @@ -48,7 +48,7 @@ export struct CompParser { | @@ -48,7 +48,7 @@ export struct CompParser { | ||
| 48 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_03) { | 48 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_03) { |
| 49 | LiveHorizontalReservationComponent({ compDTO: compDTO }) | 49 | LiveHorizontalReservationComponent({ compDTO: compDTO }) |
| 50 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_02) { | 50 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_02) { |
| 51 | - ZhGridLayout02({ compDTO: compDTO }) | 51 | + // ZhGridLayout02({ compDTO: compDTO }) |
| 52 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_03) { | 52 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_03) { |
| 53 | ZhGridLayout03({ compDTO: compDTO }) | 53 | ZhGridLayout03({ compDTO: compDTO }) |
| 54 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_04) { | 54 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_04) { |
-
Please register or login to post a comment