Showing
1 changed file
with
13 additions
and
13 deletions
| @@ -156,19 +156,19 @@ struct Index { | @@ -156,19 +156,19 @@ struct Index { | ||
| 156 | .width(243) | 156 | .width(243) |
| 157 | .height(60) | 157 | .height(60) |
| 158 | .justifyContent(FlexAlign.Start) | 158 | .justifyContent(FlexAlign.Start) |
| 159 | - .onClick(() => { | ||
| 160 | - // let dataModelStr : string = SPHelper.default.getSync(SpConstants.APP_NEWS_INFO_DATA_MODEL,'') as string | ||
| 161 | - // console.log(TAG, dataModelStr) | ||
| 162 | - // let dataModel : CompInfoBean = JSON.parse(dataModelStr) | ||
| 163 | - // // //公共跳转 | ||
| 164 | - // let content: ContentDTO = { | ||
| 165 | - // objectId: this.itemBeanClicked.newsId + '', | ||
| 166 | - // objectType: this.itemBeanClicked.newsType + '', | ||
| 167 | - // relId: this.itemBeanClicked.relId + '', | ||
| 168 | - // relType: this.itemBeanClicked.relType ?? '0' | ||
| 169 | - // } as ContentDTO | ||
| 170 | - // ProcessUtils.processPage(content) | ||
| 171 | - }) | 159 | + // .onClick(() => { |
| 160 | + // let dataModelStr : string = SPHelper.default.getSync(SpConstants.APP_NEWS_INFO_DATA_MODEL,'') as string | ||
| 161 | + // console.log(TAG, dataModelStr) | ||
| 162 | + // let dataModel : CompInfoBean = JSON.parse(dataModelStr) | ||
| 163 | + // //公共跳转 | ||
| 164 | + // let content: ContentDTO = { | ||
| 165 | + // objectId: this.itemBeanClicked.newsId + '', | ||
| 166 | + // objectType: this.itemBeanClicked.newsType + '', | ||
| 167 | + // relId: this.itemBeanClicked.relId + '', | ||
| 168 | + // relType: this.itemBeanClicked.relType ?? '0' | ||
| 169 | + // } as ContentDTO | ||
| 170 | + // ProcessUtils.processPage(content) | ||
| 171 | + // }) | ||
| 172 | 172 | ||
| 173 | Row() { | 173 | Row() { |
| 174 | Image(this.currentStatus === PlayerConstants.STATUS_START ? $r("app.media.icon_audio_pause_svg") : $r("app.media.icon_audio_playing_svg")) | 174 | 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