yangchenggong1_wd

Revert "fix |> 20830 uat,人民号>推荐,小视频横滑卡配置不支持跳转,不应展示更多按钮"

This reverts commit 7e2c312d.
... ... @@ -78,11 +78,8 @@ export struct ZhSingleRow02 {
}
}
showMore() {
/*return !!this.compDTO.dataSourceType || !(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')*/
/*小视频横滑卡配置不支持跳转,不应展示更多按钮*/
return false;
return !!this.compDTO.dataSourceType || !(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')
}
build() {
... ...