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
chenjun
2024-09-05 11:03:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e013b2756b5023a5d6060999a8331b40c5f4ae63
e013b275
1 parent
8cb69168
20217 号主-猛犸新闻,动态tab页,单图动态稿件,图片未展示。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
View file @
e013b27
...
...
@@ -191,7 +191,7 @@ struct createImg {
}) {
ForEach(this.fullColumnImgUrls, (item: FullColumnImgUrlDTO, index: number) => {
if (this.fullColumnImgUrls.length === 1) {
if (this.getPicType(item.weight, item.height)
!==
3) {
if (this.getPicType(item.weight, item.height)
<
3) {
GridCol({
span: this.getPicType(item.weight, item.height) === 1 ? 12 : 8
}){
...
...
Please
register
or
login
to post a comment