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
chenqs
2024-07-25 15:12:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c434aa56de1552ec5732936cfe866730d8ed08f
3c434aa5
1 parent
43e3f125
fix |> 取消channelId参数传递
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/RecommendList.ets
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
3c434aa
...
...
@@ -343,7 +343,7 @@ export struct ImageAndTextPageComponent {
recType: 1,
contentType: this.contentDetailData?.newsType,
relId: this.contentDetailData?.reLInfo?.relId,
channelId: String(this.contentDetailData?.reLInfo?.channelId)
//
channelId: String(this.contentDetailData?.reLInfo?.channelId)
}
let recommendList = await DetailViewModel.postRecommendList(params)
if (recommendList.length > 0) {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/RecommendList.ets
View file @
3c434aa
...
...
@@ -2,7 +2,7 @@ import { CompDTO, ContentDTO } from 'wdBean';
import { CommonConstants } from 'wdConstant';
import { CardParser } from '../CardParser';
const RECOMMEND_LIST_TITLE = '推荐
推荐
'
const RECOMMEND_LIST_TITLE = '推荐
阅读
'
@Component
export struct RecommendList {
...
...
Please
register
or
login
to post a comment