Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -6,7 +6,7 @@ import { ProcessUtils } from 'wdRouter'; | @@ -6,7 +6,7 @@ import { ProcessUtils } from 'wdRouter'; | ||
| 6 | import { HttpUtils } from 'wdNetwork/Index'; | 6 | import { HttpUtils } from 'wdNetwork/Index'; |
| 7 | 7 | ||
| 8 | /** | 8 | /** |
| 9 | - * 小视频横划卡 | 9 | + * 直播预约卡 |
| 10 | * Zh_Single_Row-02 | 10 | * Zh_Single_Row-02 |
| 11 | */ | 11 | */ |
| 12 | const TAG = 'Zh_Single_Row-03' | 12 | const TAG = 'Zh_Single_Row-03' |
| @@ -42,7 +42,7 @@ export struct ZhSingleRow03 { | @@ -42,7 +42,7 @@ export struct ZhSingleRow03 { | ||
| 42 | Row() { | 42 | Row() { |
| 43 | Flex({justifyContent: FlexAlign.SpaceBetween}){ | 43 | Flex({justifyContent: FlexAlign.SpaceBetween}){ |
| 44 | Row() { | 44 | Row() { |
| 45 | - Text(item.liveInfo.liveStartTime.split(' ')[0].slice(5)) | 45 | + Text(item.liveInfo.liveStartTime.split(' ')[0].slice(5).split('-').join('月')+'日') |
| 46 | .margin({right: 6}) | 46 | .margin({right: 6}) |
| 47 | .fontColor(0x000000) | 47 | .fontColor(0x000000) |
| 48 | .fontSize(13) | 48 | .fontSize(13) |
-
Please register or login to post a comment