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