chenquansheng

fix |> 话题专题列表页、详情页,标签文字写死为【调查】

... ... @@ -56,7 +56,7 @@ export struct Card5Component {
)
.height(this.loadImg ? '' : 114)
.autoResize(true)
if (!!this.titleShowPolicy || this.titleShowPolicy === null ) {
if (!!this.titleShowPolicy || this.titleShowPolicy === null || this.titleShowPolicy == '' ) {
Row()
.borderRadius(
{
... ...
... ... @@ -90,7 +90,7 @@ export struct SearchResultContentComponent {
if (this.hasMore) {
SearcherAboutDataModel.getSearchResultListData("20", `${this.curPageNum}`, this.searchType, this.keywords,
getContext(this)).then((value) => {
console.log('SearcherAboutDataModel', JSON.stringify(value))
console.log('SearcherAboutDataModel111', JSON.stringify(value))
if (!this.data || value.list.length == 0) {
this.hasMore = false
this.isLoading = false
... ... @@ -505,6 +505,7 @@ export struct SearchResultContentComponent {
contentDTO.source = StringUtils.isEmpty(value.data.creatorName) ? value.data.sourceName : value.data.creatorName
contentDTO.objectId = value.data.id
contentDTO.objectType = value.data.type
contentDTO.objectLevel = value.data.topicType
contentDTO.channelId = value.data.channelId
contentDTO.relId = value.data.relId
contentDTO.relType = value.data.relType
... ...