Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-10-21 16:00:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c67433be4f844aa21e5ad1e4a540fabc9c45809d
c67433be
1 parent
7e2c312d
Revert "fix |> 20830 uat,人民号>推荐,小视频横滑卡配置不支持跳转,不应展示更多按钮"
This reverts commit
7e2c312d
.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
View file @
c67433b
...
...
@@ -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() {
...
...
Please
register
or
login
to post a comment