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-05-11 15:28:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f2a64c10b0d1243dc32102987c888ccac79247d9
f2a64c10
1 parent
7ef36537
fix: 16984 功能缺陷-进入直播间,点击预约按钮,进入直播tab页,预约按钮没有变成已预约按钮
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 @
f2a64c1
...
...
@@ -47,8 +47,8 @@ export struct ZhSingleRow03 {
async getReserveState() {
const reserveBean: reserveReqItem[] = this.compDTO.operDataList.map((item: ContentDTO) => {
const reqItem: reserveReqItem = {
liveId: item.objectId,
relationId: item.relId
liveId: item.objectId.toString(),
relationId: item.relId.toString()
}
return reqItem;
})
...
...
Please
register
or
login
to post a comment