Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool
Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -343,7 +343,7 @@ export struct ImageAndTextPageComponent { | @@ -343,7 +343,7 @@ export struct ImageAndTextPageComponent { | ||
| 343 | recType: 1, | 343 | recType: 1, |
| 344 | contentType: this.contentDetailData?.newsType, | 344 | contentType: this.contentDetailData?.newsType, |
| 345 | relId: this.contentDetailData?.reLInfo?.relId, | 345 | relId: this.contentDetailData?.reLInfo?.relId, |
| 346 | - channelId: String(this.contentDetailData?.reLInfo?.channelId) | 346 | + // channelId: String(this.contentDetailData?.reLInfo?.channelId) |
| 347 | } | 347 | } |
| 348 | let recommendList = await DetailViewModel.postRecommendList(params) | 348 | let recommendList = await DetailViewModel.postRecommendList(params) |
| 349 | if (recommendList.length > 0) { | 349 | if (recommendList.length > 0) { |
| @@ -2,7 +2,7 @@ import { CompDTO, ContentDTO } from 'wdBean'; | @@ -2,7 +2,7 @@ import { CompDTO, ContentDTO } from 'wdBean'; | ||
| 2 | import { CommonConstants } from 'wdConstant'; | 2 | import { CommonConstants } from 'wdConstant'; |
| 3 | import { CardParser } from '../CardParser'; | 3 | import { CardParser } from '../CardParser'; |
| 4 | 4 | ||
| 5 | -const RECOMMEND_LIST_TITLE = '推荐推荐' | 5 | +const RECOMMEND_LIST_TITLE = '推荐阅读' |
| 6 | 6 | ||
| 7 | @Component | 7 | @Component |
| 8 | export struct RecommendList { | 8 | export struct RecommendList { |
-
Please register or login to post a comment