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