Revert "fix |> 20830 uat,人民号>推荐,小视频横滑卡配置不支持跳转,不应展示更多按钮"
This reverts commit 7e2c312d.
Showing
1 changed file
with
1 additions
and
4 deletions
| @@ -78,11 +78,8 @@ export struct ZhSingleRow02 { | @@ -78,11 +78,8 @@ export struct ZhSingleRow02 { | ||
| 78 | } | 78 | } |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | - | ||
| 82 | showMore() { | 81 | showMore() { |
| 83 | - /*return !!this.compDTO.dataSourceType || !(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '')*/ | ||
| 84 | - /*小视频横滑卡配置不支持跳转,不应展示更多按钮*/ | ||
| 85 | - return false; | 82 | + return !!this.compDTO.dataSourceType || !(this.compDTO?.objectType === '0' || this.compDTO?.objectType === '') |
| 86 | } | 83 | } |
| 87 | 84 | ||
| 88 | build() { | 85 | build() { |
-
Please register or login to post a comment