yangchenggong1_wd

desc:屏蔽活动修复

... ... @@ -40,7 +40,7 @@ export struct SearchResultComponent {
SearcherAboutDataModel.getSearchSuggestData(request, getContext(this)).then((value) => {
value.forEach((item) => {
if(item.appStyle != "13"){
if(item.objectType != "13"){
this.data.push(item)
}
})
... ...
... ... @@ -185,7 +185,7 @@ export struct SearchResultContentComponent {
}
let contentDTO = this.dataTransform(value, photos);
if (contentDTO.appStyle != "13") {
if(value.data.type != "13"){
this.data.push(contentDTO)
}
... ...