chenqs

fix |> 取消channelId参数传递

... ... @@ -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) {
... ...
... ... @@ -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 {
... ...