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-08-26 17:16:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
243402ee07abe94f5b705242e2b2011df3cfc4c5
243402ee
1 parent
2fe140be
fix: 音频悬浮窗跳转稿件详情开发部分,注释log代码
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
sight_harmony/products/phone/src/main/ets/pages/view/AudioComponent.ets
View file @
243402e
...
...
@@ -156,11 +156,11 @@ struct Index {
.width(243)
.height(60)
.justifyContent(FlexAlign.Start)
.onClick(() => {
//
.onClick(() => {
// let dataModelStr : string = SPHelper.default.getSync(SpConstants.APP_NEWS_INFO_DATA_MODEL,'') as string
// console.log(TAG, dataModelStr)
// let dataModel : CompInfoBean = JSON.parse(dataModelStr)
// //
//公共跳转
//
//公共跳转
// let content: ContentDTO = {
// objectId: this.itemBeanClicked.newsId + '',
// objectType: this.itemBeanClicked.newsType + '',
...
...
@@ -168,7 +168,7 @@ struct Index {
// relType: this.itemBeanClicked.relType ?? '0'
// } as ContentDTO
// ProcessUtils.processPage(content)
})
//
})
Row() {
Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_audio_pause_svg") : $r("app.media.icon_audio_playing_svg"))
...
...
Please
register
or
login
to post a comment