Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -77,8 +77,8 @@ export struct CompParser { | @@ -77,8 +77,8 @@ export struct CompParser { | ||
| 77 | ZhSingleRow04({ compDTO: compDTO }) | 77 | ZhSingleRow04({ compDTO: compDTO }) |
| 78 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 78 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 79 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_05) { | 79 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_05) { |
| 80 | - ZhSingleRow05({ compDTO }) | ||
| 81 | - Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 80 | + // ZhSingleRow05({ compDTO }) |
| 81 | + // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 82 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_06) { | 82 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_06) { |
| 83 | ZhSingleRow06({ compDTO }) | 83 | ZhSingleRow06({ compDTO }) |
| 84 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 84 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
-
Please register or login to post a comment