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
陈剑华
2024-04-28 14:05:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5dce0619e1399bfc36eef8a95023a591f946703
b5dce061
1 parent
f0ec184c
fix: 16578 直播列表,日期格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
b5dce06
...
...
@@ -6,7 +6,7 @@ import { ProcessUtils } from 'wdRouter';
import { HttpUtils } from 'wdNetwork/Index';
/**
*
小视频横划
卡
*
直播预约
卡
* Zh_Single_Row-02
*/
const TAG = 'Zh_Single_Row-03'
...
...
@@ -42,7 +42,7 @@ export struct ZhSingleRow03 {
Row() {
Flex({justifyContent: FlexAlign.SpaceBetween}){
Row() {
Text(item.liveInfo.liveStartTime.split(' ')[0].slice(5))
Text(item.liveInfo.liveStartTime.split(' ')[0].slice(5)
.split('-').join('月')+'日'
)
.margin({right: 6})
.fontColor(0x000000)
.fontSize(13)
...
...
Please
register
or
login
to post a comment